Module miniz_oxide_c_api::lib_oxide[][src]

Expand description

This module mainly contains functionality replicating the miniz higher level API.

Structs

Enums

Enum to keep track of what type the internal state is when moving over the C API boundary.

Traits

Trait used for states that can be carried by BoxedState.

Functions

Try to fully decompress the data provided in the stream struct, with the specified level.

Free the inner compression state.

Initialize the compressor with the requested parameters.

Initialize the wrapped compressor with the requested level (0-10) and default settings.

Reset the compressor, so it can be used to compress a new set of data.

Type Definitions