X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=6ac5cafea80e913c7a09f8598dd8c11c08be5e67;hb=79ec1d51391cccce3c8ca2d4ea7e640cc78f0ee6;hp=a3e2df12925794f2ebc2c023c1fab8d760b60335;hpb=fdb4b2fbe87ca6e15f6d5e8ad040b7c9ee883053;p=nihav.git diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index a3e2df1..6ac5caf 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -17,7 +17,9 @@ pub mod refs; pub mod register; #[allow(clippy::unreadable_literal)] pub mod detect; +pub mod reorder; pub mod scale; +pub mod soundcvt; #[cfg(feature="dsp")] #[allow(clippy::excessive_precision)] @@ -26,4 +28,6 @@ pub mod scale; #[allow(clippy::unreadable_literal)] pub mod dsp; +pub mod data; + pub mod test;