]> git.nihav.org Git - nihav.git/blame - nihav-core/src/io/mod.rs
core/io: switch FileReader and FileWriter to work with standard traits
[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