flate2 1.0.19

DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide, miniz.c, and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams.
Documentation

flate2

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

default

  • rust_backend

rust_backend

  • miniz_oxide

miniz_oxide

  • dep:miniz_oxide

tokio

  • tokio-io
  • futures

zlib-ng-compat

  • zlib
  • libz-sys/zlib-ng

zlib

  • any_zlib
  • libz-sys

cloudflare_zlib

  • any_zlib
  • cloudflare-zlib-sys

libz-sys

  • dep:libz-sys

futures

  • dep:futures

miniz-sys

  • dep:miniz-sys

cloudflare-zlib-sys

  • dep:cloudflare-zlib-sys

tokio-io

  • dep:tokio-io

any_zlib

    This feature flag does not enable additional features.