Module brotli_decompressor::reader
[−]
[src]
Structs
AllocatedStackMemory | |
BrotliState | |
Decompressor | |
DecompressorCustomAlloc | |
DecompressorCustomIo | |
HeapAlloc | |
HuffmanCode | |
HuffmanTreeGroup | |
IntoIoReader | |
IoReaderWrapper | |
IoWriterWrapper | |
StackAllocator |
Enums
BrotliResult |
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
BrotliDecompressStream |