Module miniz_oxide::inflate::core [−][src]
Expand description
Streaming decompression functionality.
Modules
Structs
Main decompression struct.
Constants
Functions
Main decompression function. Keeps decompressing data from in_buf
until the in_buf
is
empty, out_cur
is full, the end of the deflate stream is hit, or there is an error in the
deflate stream.