X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=75dbc78d8101baeacb26537e8f565f9f7675bb52;hb=8ee4352b1fad134b2fc3f137f9cfc94804446bfd;hp=4b6729c861c74c98b43c01e2f928f0e40cefebe3;hpb=1fdbd53e295c3876df7602cc5c5397730711ed24;p=nihav.git diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index 4b6729c..75dbc78 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -17,6 +17,7 @@ pub mod refs; pub mod register; #[allow(clippy::unreadable_literal)] pub mod detect; +pub mod reorder; pub mod scale; #[cfg(feature="dsp")]