]> git.nihav.org Git - nihav.git/blobdiff - src/lib.rs
byte writing functions
[nihav.git] / src / lib.rs
index 28f47d1a52c214d81b98cfef0ffebc88a91ca775..224263eef009cd2918077c69466735e40831ef13 100644 (file)
@@ -1,4 +1,13 @@
+#[macro_use]
+extern crate bitflags;
+
+#[cfg(feature="decoders")]
+pub mod codecs;
+
+#[cfg(feature="demuxers")]
 pub mod demuxers;
+
+pub mod formats;
 pub mod frame;
 pub mod io;
-
+pub mod register;