autocompress 0.6.0

Automatically select suitable decoder from magic bytes or encoder from file extension.
Documentation

autocompress

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 18 feature flags, 12 of them enabled by default.

default

  • full

full

  • bzip2
  • gzip
  • xz
  • zstd
  • bgzip
  • tokio
  • tokio_fs
  • rayon

bzip2

  • dep:bzip2

gzip

  • gzip_rust_backend

xz

  • dep:xz2

zstd

  • dep:zstd

bgzip

  • dep:bgzip
  • flate2
  • bgzip/rust_backend

tokio

  • dep:tokio

tokio_fs

  • tokio/fs
  • tokio

rayon

  • dep:rayon

gzip_rust_backend

  • flate2/rust_backend
  • flate2

flate2

  • dep:flate2

bgzip_libdeflater

  • dep:bgzip
  • flate2
  • bgzip/libdeflater

zlib-ng-compat

  • flate2/zlib-ng-compat
  • flate2

cloudflare_zlib

  • flate2/cloudflare_zlib
  • flate2

zlib-ng

  • flate2/zlib-ng
  • dep:flate2

zlib

  • flate2/zlib
  • dep:flate2

additionaltest

    This feature flag does not enable additional features.