Module git_features::zlib::stream::inflate
source · Available on crate feature
zlib
only.Expand description
Structs
The boxed variant is faster for what we do (moving the decompressor in and out a lot)
Functions
Read bytes from
rd
and decompress them using state
into a pre-allocated fitting buffer dst
, returning the amount of bytes written.