]> git.nihav.org Git - nihav.git/blobdiff - src/lib.rs
more work on supporting decoders in framework
[nihav.git] / src / lib.rs
index 28f47d1a52c214d81b98cfef0ffebc88a91ca775..5147a439632d988df68cf6686261c7e2eafb8858 100644 (file)
@@ -1,4 +1,8 @@
+#[macro_use]
+extern crate bitflags;
+
 pub mod demuxers;
+pub mod formats;
 pub mod frame;
 pub mod io;
-
+pub mod register;