| 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. |
1968 |
| core.rs |
Streaming compression functionality. |
91324 |
| mod.rs |
This module contains functionality for compression. |
7381 |
| stored.rs |
|
12679 |
| 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 |
| zlib.rs |
|
3389 |