[][src]Module miniz_oxide::deflate::stream

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

deflate

Try to compress from input to output with the given Compressor