Module miniz_oxide::deflate::stream [−][src]
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