Docs.rs
  • brotli-decompressor-4.0.1
    • brotli-decompressor 4.0.1
    • 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
    • 2.41% 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

brotli_decompressor4.0.1

  • All 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