Re-exports§
pub use self::enc::combined_alloc::CombiningAllocator;
pub use crate::enc::input_pair::InputPair;
pub use crate::enc::input_pair::InputReference;
pub use crate::enc::input_pair::InputReferenceMut;
pub use crate::enc::interface::SliceOffset;
pub use crate::enc::reader::CompressorReader;
pub use crate::enc::reader::CompressorReaderCustomIo;
pub use crate::enc::writer::CompressorWriter;
pub use crate::enc::writer::CompressorWriterCustomIo;
pub use crate::enc::interface;
pub use crate::enc::BrotliCompressCustomIo;
pub use crate::enc::BrotliCompressCustomIoCustomDict;
pub use crate::enc::BrotliCompress;
pub use crate::enc::BrotliCompressCustomAlloc;
Modules§
Structs§
- Allocated
Stack Memory - Brotli
State - Decompressor
- Decompressor
Custom Io - Decompressor
Writer - Decompressor
Writer Custom Io - Heap
Alloc - Huffman
Code - Into
IoReader - IoReader
Wrapper - IoWriter
Wrapper - Stack
Allocator
Enums§
Constants§
Traits§
- Allocator
- Custom
Read - this trait does not allow for transient errors: they must be retried in the underlying layer
- Custom
Write - this trait does not allow for transient errors: they must be retried in the underlying layer
- Slice
Wrapper - Slice
Wrapper Mut