Re-exports
pub use self::enc::combined_alloc::CombiningAllocator;
pub use enc::interface;
pub use enc::input_pair::InputReference;
pub use enc::input_pair::InputReferenceMut;
pub use enc::input_pair::InputPair;
pub use enc::interface::SliceOffset;
pub use enc::interface::thaw;
pub use enc::interface::thaw_pair;
pub use enc::BrotliCompress;
pub use enc::BrotliCompressCustomAlloc;
pub use enc::BrotliCompressCustomIo;
pub use enc::BrotliCompressCustomIoCustomDict;
pub use enc::reader::CompressorReader;
pub use enc::reader::CompressorReaderCustomIo;
pub use enc::writer::CompressorWriter;
pub use enc::writer::CompressorWriterCustomIo;
Modules
Structs
Enums
Constants
Traits
- this trait does not allow for transient errors: they must be retried in the underlying layer
- this trait does not allow for transient errors: they must be retried in the underlying layer