async-compression 0.4.9

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

zstdmt

  • zstd
  • zstd-safe/zstdmt

all

  • all-implementations
  • all-algorithms

all-implementations

  • futures-io
  • tokio

zstd

  • libzstd
  • zstd-safe

deflate

  • flate2

futures-io

  • dep:futures-io

lzma

  • xz2

brotli

  • dep:brotli

libzstd

  • dep:libzstd

xz2

  • dep:xz2

flate2

  • dep:flate2

gzip

  • flate2

tokio

  • dep:tokio

xz

  • xz2

deflate64

  • dep:deflate64

zlib

  • flate2

zstd-safe

  • dep:zstd-safe

bzip2

  • dep:bzip2