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

Functions