X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fio%2Fmod.rs;h=81ce35e99856029f6147be964ce30ce31eec9936;hb=2fc830f796fac1c084fa8945e237083da316f636;hp=bfe78f6a68de4c72226644e48d19aeae31053dfd;hpb=5dd0d4625b38101f00254222200d12c1d6800a34;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;