Modules

Structs

  • 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

  • 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