Docs.rs
  • brotli-decompressor-5.0.0
    • brotli-decompressor 5.0.0
    • Permalink
    • Docs.rs crate page
    • BSD-3-Clause/MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • danielrh
    • Dependencies
      • alloc-no-stdlib ^2.0 normal
      • alloc-stdlib ~0.2 normal optional
    • Versions
    • 0.53% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

brotli_decompressor5.0.0

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Traits
  • Functions

Crate brotli_decompressor

Source

Re-exports§

pub use reader::DecompressorCustomIo;
pub use reader::Decompressor;
pub use writer::DecompressorWriterCustomIo;
pub use writer::DecompressorWriter;
pub use io_wrappers::CustomRead;
pub use io_wrappers::CustomWrite;
pub use io_wrappers::IntoIoReader;
pub use io_wrappers::IoReaderWrapper;
pub use io_wrappers::IntoIoWriter;
pub use io_wrappers::IoWriterWrapper;

Modules§

dictionary
io_wrappers
reader
transform
writer

Structs§

AllocatedStackMemory
BrotliDecoderReturnInfo
BrotliState
HuffmanCode
HuffmanTreeGroup
StackAllocator
StandardAlloc

Enums§

BrotliResult

Traits§

Allocator
SliceWrapper
SliceWrapperMut

Functions§

BrotliDecoderHasMoreOutput
BrotliDecoderIsFinished
BrotliDecoderTakeOutput
BrotliDecompress
BrotliDecompressCustomAlloc
BrotliDecompressCustomDict
BrotliDecompressCustomIo
BrotliDecompressCustomIoCustomDict
BrotliDecompressStream
brotli_decode
brotli_decode_prealloc
bzero
copy_from_to