]> git.nihav.org Git - nihav.git/blobdiff - src/lib.rs
Intel Music/Audio Coder plus DSP and other bits for it
[nihav.git] / src / lib.rs
index 224263eef009cd2918077c69466735e40831ef13..07c451e150004a94aa83212da02cceaa7331682c 100644 (file)
@@ -1,6 +1,3 @@
-#[macro_use]
-extern crate bitflags;
-
 #[cfg(feature="decoders")]
 pub mod codecs;
 
@@ -11,3 +8,10 @@ pub mod formats;
 pub mod frame;
 pub mod io;
 pub mod register;
+pub mod detect;
+
+#[cfg(feature="dsp")]
+pub mod dsp;
+
+#[cfg(test)]
+mod test;