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