]> git.nihav.org Git - nihav.git/blobdiff - src/lib.rs
Split formats into separate file and extend their functionality
[nihav.git] / src / lib.rs
index 28f47d1a52c214d81b98cfef0ffebc88a91ca775..a8ba22565d5f5b8d7be5ef022ef63336622fa8f3 100644 (file)
@@ -1,4 +1,8 @@
+#[macro_use]
+extern crate bitflags;
+
 pub mod demuxers;
+pub mod formats;
 pub mod frame;
 pub mod io;