]> git.nihav.org Git - nihav.git/blob - src/io/mod.rs
avi: fix handling of multiple palette changes in single 'pc' chunk
[nihav.git] / src / io / mod.rs
1 //! Byte- and bitstream reading/writing functionality.
2 pub mod bitreader;
3 pub mod bitwriter;
4 pub mod codebook;
5 pub mod intcode;
6 pub mod byteio;
7