Skip to content

0.7.0

Compare
Choose a tag to compare
@AronParker AronParker released this 02 May 13:04
· 10 commits to master since this release

This release adds custom memory allocator support. Currently it is based on the GlobalAlloc trait. This is subject to change when the allocator_api gets stabilized.

The following new APIs were added:
DecompressorReader<R>::new_in
CompressorReader<R>::new_in
CompressorWriter<W>::new_in
DecompressorWriter<W>::new_in
BrotliDecoder::new_in
BrotliEncoder::new_in
BrotliDecoderOptions::build_in
BrotliEncoderOptions::build_in