Expand description
Re-exports§
pub use crate::shared::update_adler32 as mz_adler32_oxide;
pub use crate::shared::MZ_ADLER32_INIT;
pub use crate::shared::MZ_DEFAULT_WINDOW_BITS;
Modules§
- inflate
- This module contains functionality for decompression.
Structs§
- Stream
Result - A structure containing the result of a call to the inflate or deflate streaming functions.
Enums§
- Data
Format - How compressed data is wrapped.
- MZError
- A list of miniz failed status codes.
- MZFlush
- A list of flush types.
- MZStatus
- A list of miniz successful status codes.
Type Aliases§
- MZResult
Result
alias for all miniz status codes both successful and failed.