Module compression

Module compression 

Source
Expand description

Compression algorithms

Re-exports§

pub use fflate::*;
pub use lzw::*;

Modules§

fflate
Flate decompression (gzip, inflate, inflate-raw)
lzw
LZW decompression

Structs§

ZipItem
Represents a zip item

Enums§

CompressError
Handles compression errors
CompressionFormat
Compression formats

Functions§

compress_datastd
Compresses data using the specified format
decompress_datastd
Decompress data using the specified format
iter_zip_folder
Iterates through the items in a zip file