Docs.rs
  • brotli-decompressor-2.0.2
    • brotli-decompressor 2.0.2
    • 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
    • Versions
    • 1.83% of the crate is documented
  • Go to latest version
  • 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
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate brotli_decompressor

  • Version 2.0.2
  • All Items
  • Re-exports
  • Modules
  • Structs
  • Enums
  • Traits
  • Functions
?
Change settings

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
ffi
io_wrappers
reader
transform
writer

Structs

AllocatedStackMemory
BrotliState
HuffmanCode
HuffmanTreeGroup
StackAllocator
StandardAlloc

Enums

BrotliResult

Traits

Allocator
SliceWrapper
SliceWrapperMut

Functions

BrotliDecoderHasMoreOutput
BrotliDecompress
BrotliDecompressCustomAlloc
BrotliDecompressCustomDict
BrotliDecompressCustomIo
BrotliDecompressCustomIoCustomDict
BrotliDecompressStream
copy_from_to