fix some warnings (unneeded parentheses, missing dyn keyword)
[nihav.git] / nihav-core / src / io / codebook.rs
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-06-16 Kostya Shishkovcore: fix or silence clippy warnings
2020-04-26 Kostya Shishkovcore/io: fix reading escape bits past end in codebook
2020-04-13 Kostya Shishkovcore/io: make Codebook fields and TABLE_FILL_VALUE...
2020-04-11 Kostya Shishkovcore/io: fix typo in codebook doc example
2020-04-11 Kostya Shishkovcore/io: check for non-unique codes while generating...
2020-04-11 Kostya Shishkovcore/io: mark FullCodebookDesc and ShortCodebookDesc...
2020-02-16 Kostya Shishkovcore/io: document codebook module
2020-02-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2019-05-14 Kostya Shishkovcore: fix most clippy warnings
2019-02-12 Kostya Shishkovmake {Full,Short}CodebookDesc fields public
2019-01-23 Kostya Shishkovcodebook: make TableDescReader accept non-static tables
2019-01-17 Kostya Shishkovsplit NihAV into subcrates