]> 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 90001d79fc23c4f7dd11ced1ae83a248aa295b5b..07c451e150004a94aa83212da02cceaa7331682c 100644 (file)
@@ -10,4 +10,8 @@ pub mod io;
 pub mod register;
 pub mod detect;
 
+#[cfg(feature="dsp")]
 pub mod dsp;
+
+#[cfg(test)]
+mod test;