Name Description Size
buffer.rs Buffer wrappers implementing default so we can allocate the buffers with `Box::default()` to avoid stack copies. Box::new() doesn't at the moment, and using a vec means we would lose static length info. 1633
core.rs Streaming compression functionality. 88575
mod.rs This module contains functionality for compression. 7043
stream.rs Extra streaming compression functionality. As of now this is mainly intended for use to build a higher-level wrapper. There is no DeflateState as the needed state is contained in the compressor struct itself. 4025