X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=src%2Flib.rs;h=0734625f8999a54f69bb711cc329318ed9299ed3;hb=d293626f59d2bc15dcff83af03072688eed7656a;hp=224263eef009cd2918077c69466735e40831ef13;hpb=77d06de29413155ff49abe69a6a946295355655e;p=nihav.git diff --git a/src/lib.rs b/src/lib.rs index 224263e..0734625 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,3 +11,6 @@ pub mod formats; pub mod frame; pub mod io; pub mod register; +pub mod detect; + +pub mod dsp;