]> git.nihav.org Git - nihav.git/blame_incremental - nihav-core/src/io/mod.rs
core/io: add the finish() and new_read_boxed() to FileReader
[nihav.git] / nihav-core / src / io / mod.rs
... / ...
CommitLineData
1//! Byte- and bitstream reading/writing functionality.
2pub mod bitreader;
3pub mod codebook;
4pub mod intcode;
5pub mod byteio;
6