Module miniz_oxide::deflate [−][src]
This module contains functionality for compression.
Modules
core | Streaming compression functionality. |
stream | Extra streaming compression functionality. |
Enums
CompressionLevel | How much processing the compressor should do to compress the data.
|
Functions
compress_to_vec | Compress the input data to a vector, using the specified compression level (0-10). |
compress_to_vec_zlib | Compress the input data to a vector, using the specified compression level (0-10), and with a zlib wrapper. |