Crate final_compression

Source

Modules§

liblz4
liblzo

Structs§

ParamSet
Represents parameter set for Compression The ParamSet can be obtained from String and &str ParamSet string expression is “key1=value1;key2=value2;key3=value3” format Internally it is a HashMap<String,, String>

Enums§

CompressionType
final_compression consolidates almost all popular compression algorithms together and provide a unified Read/Write interface to support compression and decompression of stream data.

Functions§

compressed_writer
Create a compressing writer to wrap another writer.
decompressed_reader
Create a decompress reader to wrap another reader.