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