Expand description
Streaming decompression functionality.
Modules§
- inflate_
flags  - Flags to 
decompress()to control how inflation works. 
Structs§
- Decompressor
Oxide  - Main decompression struct.
 
Constants§
Functions§
- decompress
 - Main decompression function. Keeps decompressing data from 
in_bufuntil thein_bufis empty,outis full, the end of the deflate stream is hit, or there is an error in the deflate stream.