]> git.nihav.org Git - nihav.git/blobdiff - src/lib.rs
get rid of bitflags
[nihav.git] / src / lib.rs
index 224263eef009cd2918077c69466735e40831ef13..90001d79fc23c4f7dd11ced1ae83a248aa295b5b 100644 (file)
@@ -1,6 +1,3 @@
-#[macro_use]
-extern crate bitflags;
-
 #[cfg(feature="decoders")]
 pub mod codecs;
 
@@ -11,3 +8,6 @@ pub mod formats;
 pub mod frame;
 pub mod io;
 pub mod register;
+pub mod detect;
+
+pub mod dsp;