Module miniz_oxide::deflate::stream

source ·
Expand description

Extra streaming compression functionality.

As of now this is mainly inteded for use to build a higher-level wrapper.

There is no DeflateState as the needed state is contained in the compressor struct itself.

Functions§

  • Try to compress from input to output with the given Compressor