Module miniz_oxide::deflate::buffer
source · Expand description
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.
Structs§
Constants§
- Size of the buffer of lz77 encoded data.
- Size of hash values in the hash chains.
- How many bits to shift when updating the current hash value.
- Size of the chained hash tables.
- Size of the output buffer.