Module miniz_oxide::deflate::core
source · Expand description
Streaming compression functionality.
Modules§
Structs§
- Callback function and user used in
compress_to_output
. - Main compression struct.
Enums§
- Strategy setting for compression.
- A list of deflate flush types.
- Return status of compression.
Functions§
- Main compression function. Tries to compress as much as possible from
in_buf
and puts compressed output intoout_buf
. - Main compression function. Callbacks output.
- Create a set of compression flags using parameters used by zlib and other compressors. Mainly intended for use with transition from c libraries as it deals with raw integers.