core/dsp: document module
[nihav.git] / nihav-core / src / dsp / mod.rs
index 8e8e6af39ba3e7a35e4d21c9a0a5af5f2a7945b6..2ff322d8361ab201e1ce6dde9a2b4378d4c823bd 100644 (file)
@@ -1,3 +1,4 @@
+//! DSP routines.
 #[cfg(feature="dct")]
 #[allow(clippy::erasing_op)]
 pub mod dct;