X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fdsp%2Fmod.rs;fp=nihav-core%2Fsrc%2Fdsp%2Fmod.rs;h=2ff322d8361ab201e1ce6dde9a2b4378d4c823bd;hb=4e034a32d947e1ef5f357cc2477d6f1c3b8454a9;hp=8e8e6af39ba3e7a35e4d21c9a0a5af5f2a7945b6;hpb=33b5689af80186c4aaf3e85a8a65730566024524;p=nihav.git diff --git a/nihav-core/src/dsp/mod.rs b/nihav-core/src/dsp/mod.rs index 8e8e6af..2ff322d 100644 --- a/nihav-core/src/dsp/mod.rs +++ b/nihav-core/src/dsp/mod.rs @@ -1,3 +1,4 @@ +//! DSP routines. #[cfg(feature="dct")] #[allow(clippy::erasing_op)] pub mod dct;