Crate brotli

Source

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§

concat
dictionary
enc
reader
transform
writer

Structs§

AllocatedStackMemory
BrotliState
Decompressor
DecompressorCustomIo
DecompressorWriter
DecompressorWriterCustomIo
HeapAlloc
HuffmanCode
IntoIoReader
IoReaderWrapper
IoWriterWrapper
StackAllocator

Enums§

BrotliResult

Constants§

VERSION

Traits§

Allocator
CustomRead
this trait does not allow for transient errors: they must be retried in the underlying layer
CustomWrite
this trait does not allow for transient errors: they must be retried in the underlying layer
SliceWrapper
SliceWrapperMut

Functions§

BrotliDecompress
BrotliDecompressCustomAlloc
BrotliDecompressCustomIo
BrotliDecompressCustomIoCustomDict
BrotliDecompressStream
TransformDictionaryWord
copy_from_to