From 2fc830f796fac1c084fa8945e237083da316f636 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 15 Feb 2020 19:16:56 +0100 Subject: [PATCH] core/io: add module description --- nihav-core/src/io/mod.rs | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2