X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fio%2Fmod.rs;h=b7bcafed2d8ed901bf6b98c3780607408895f34d;hb=3fae33bd60f5575e63cfb1beec82a56a036e47fb;hp=81ce35e99856029f6147be964ce30ce31eec9936;hpb=2fc830f796fac1c084fa8945e237083da316f636;p=nihav.git diff --git a/nihav-core/src/io/mod.rs b/nihav-core/src/io/mod.rs index 81ce35e..b7bcafe 100644 --- a/nihav-core/src/io/mod.rs +++ b/nihav-core/src/io/mod.rs @@ -1,5 +1,6 @@ //! Byte- and bitstream reading/writing functionality. pub mod bitreader; +pub mod bitwriter; pub mod codebook; pub mod intcode; pub mod byteio;