Crate generic_compression

Source

Modules§

encoding
Module providing common encoding algorithms. Encoding algorithms are used to convert data into a different format for storage or transmission. Compression can be seen as a special case of encoding, where the goal is to reduce the size of the data.
lz
Module providing LZ family compression and decompression functions.
transform
Module providing common transform functions. These don’t compress data, but provide a way to transform data altering it’s properties; usually to make it easier to compress.