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