async-compression 0.4.10

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

zstd

  • libzstd
  • zstd-safe

all

  • all-implementations
  • all-algorithms

all-implementations

  • futures-io
  • tokio

zstdmt

  • zstd
  • zstd-safe/zstdmt

futures-io

  • dep:futures-io

lzma

  • xz2

zstd-safe

  • dep:zstd-safe

gzip

  • flate2

xz

  • xz2

tokio

  • dep:tokio

zlib

  • flate2

xz2

  • dep:xz2

libzstd

  • dep:libzstd

bzip2

  • dep:bzip2

deflate64

  • dep:deflate64

deflate

  • flate2

brotli

  • dep:brotli

flate2

  • dep:flate2