async-compression 0.4.3

Adaptors between compression crates and Rust's modern asynchronous IO types.
Documentation

async-compression

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 19 feature flags, 0 of them enabled by default.

all-algorithms

  • brotli
  • bzip2
  • deflate
  • gzip
  • lzma
  • xz
  • zlib
  • zstd
  • deflate64

all

  • all-implementations
  • all-algorithms

zstdmt

  • zstd
  • zstd-safe/zstdmt

zstd

  • libzstd
  • zstd-safe

all-implementations

  • futures-io
  • tokio

deflate64

  • dep:deflate64

flate2

  • dep:flate2

lzma

  • xz2

brotli

  • dep:brotli

xz2

  • dep:xz2

futures-io

  • dep:futures-io

deflate

  • flate2

libzstd

  • dep:libzstd

zlib

  • flate2

zstd-safe

  • dep:zstd-safe

tokio

  • dep:tokio

gzip

  • flate2

bzip2

  • dep:bzip2

xz

  • xz2