fix clippy warnings for update to rustc 1.46
[nihav.git] / nihav-core / src / compr / deflate.rs
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-07-06 Kostya Shishkovdeflate: fix output indexing
2020-06-27 Kostya Shishkovnihav_core/deflate: fix handling large buffers
2020-06-25 Kostya Shishkovnihav_core/deflate: recognize deflated stream header...
2020-06-16 Kostya Shishkovcore: fix or silence clippy warnings
2020-04-15 Kostya Shishkovremove trailing whitespaces
2020-04-13 Kostya Shishkovcore: add a new (de)compression module