X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fio%2Fmod.rs;h=81ce35e99856029f6147be964ce30ce31eec9936;hb=0bc221c3de38a5e549cb23cebf74349669310143;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..81ce35e 100644 --- a/nihav-core/src/io/mod.rs +++ b/nihav-core/src/io/mod.rs @@ -1,3 +1,4 @@ +//! Byte- and bitstream reading/writing functionality. pub mod bitreader; pub mod codebook; pub mod intcode;