Docs.rs
  • zstd-0.13.3
    • zstd 0.13.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gyscos
    • Dependencies
      • zstd-safe ^7.1.0 normal
      • clap ^4.0 dev
      • humansize ^2.0 dev
      • partial-io ^0.5 dev
      • walkdir ^2.2 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

zstd0.13.3

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • bulk::Compressor
  • bulk::Decompressor
  • dict::CDict
  • dict::DDict
  • dict::DecoderDictionary
  • dict::EncoderDictionary
  • stream::raw::Decoder
  • stream::raw::Encoder
  • stream::raw::InBuffer
  • stream::raw::NoOp
  • stream::raw::OutBuffer
  • stream::raw::Status
  • stream::read::Decoder
  • stream::read::Encoder
  • stream::write::AutoFinishEncoder
  • stream::write::AutoFlushDecoder
  • stream::write::Decoder
  • stream::write::Encoder
  • stream::zio::Reader
  • stream::zio::Writer

Enums

  • stream::raw::CParameter
  • stream::raw::DParameter

Traits

  • stream::raw::Operation
  • stream::raw::WriteBuf

Functions

  • bulk::compress
  • bulk::compress_to_buffer
  • bulk::decompress
  • bulk::decompress_to_buffer
  • compression_level_range
  • dict::from_continuous
  • dict::from_files
  • dict::from_sample_iterator
  • dict::from_samples
  • stream::copy_decode
  • stream::copy_encode
  • stream::decode_all
  • stream::encode_all

Constants

  • DEFAULT_COMPRESSION_LEVEL