]> 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 28f47d1a52c214d81b98cfef0ffebc88a91ca775..07c451e150004a94aa83212da02cceaa7331682c 100644 (file)
@@ -1,4 +1,17 @@
+#[cfg(feature="decoders")]
+pub mod codecs;
+
+#[cfg(feature="demuxers")]
 pub mod demuxers;
+
+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;