From: Kostya Shishkov Date: Sat, 15 Feb 2020 18:16:56 +0000 (+0100) Subject: core/io: add module description X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=2fc830f796fac1c084fa8945e237083da316f636 core/io: add module description --- 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;