hybridz 0.1.2

Content-adaptive hybrid compression library - analyzes data, selects the best transform + entropy coder pipeline
Documentation
1
2
3
4
5
6
pub mod delta;
pub mod rle;
pub mod bwt;
pub mod mtf;
pub mod bcj;
pub mod deinterleave;