Crate libstomper

Source
Expand description

libstomper is a collection of compression algorithms For claritys sake all algorithm are represented as structs that implement the Compressor trait. A compressor is only responsible for reading and writing data and

Modules§

huffman
Implementation of huffman coding
lzw
Implementation of the Ziv-Lempel-Welch algorithm

Traits§

Compressor
Defines functions compression algorithms must implement