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