X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=d36297f51d9bce4f214cb7e4f175089488dd32a8;hb=03accf760cf79bc56d7c6dc6e82cd885fb7e1e13;hp=07c451e150004a94aa83212da02cceaa7331682c;hpb=5641dccfbf2a70d589cf094a0d4ed5a10f919f00;p=nihav.git diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index 07c451e..d36297f 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -7,11 +7,12 @@ pub mod demuxers; pub mod formats; pub mod frame; pub mod io; +pub mod refs; pub mod register; pub mod detect; +pub mod scale; #[cfg(feature="dsp")] pub mod dsp; -#[cfg(test)] -mod test; +pub mod test;