1 unstable release
0.1.0 | Aug 9, 2020 |
---|
#587 in Compression
42 downloads per month
34KB
947 lines
DevCore
Support
- LZSS
- Huffman's coding
- Deflate/Inflate
Note
For the moment, this crate is inspired by libflate, notably for the dynamic Huffman's coding. It has a slightly different architecture but the goal is mainly to learn and implement a PNG crate which requires the deflate algorithm.
Goal
In the future, this crate gathers most of the algorithms that I use for my projects.
The goal is to have performance and no dependency, in order to fully control the source code.
References
- DEFLATE: RFC-1951