diff options
author | Kostya Shishkov <[email protected]> | 2020-02-15 19:16:56 +0100 |
---|---|---|
committer | Kostya Shishkov <[email protected]> | 2020-02-15 19:16:56 +0100 |
commit | 2fc830f796fac1c084fa8945e237083da316f636 (patch) | |
tree | acec620eb43ae3e7b3f4867cec03aff829e63998 | |
parent | 5dd0d4625b38101f00254222200d12c1d6800a34 (diff) |
core/io: add module description
-rw-r--r-- | nihav-core/src/io/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |