flate2 1.0.21

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

zlib-ng-compat

  • zlib
  • libz-sys/zlib-ng

tokio

  • tokio-io
  • futures

zlib

  • any_zlib
  • libz-sys

cloudflare_zlib

  • any_zlib
  • cloudflare-zlib-sys

tokio-io

  • dep:tokio-io

cloudflare-zlib-sys

  • dep:cloudflare-zlib-sys

futures

  • dep:futures

libz-sys

  • dep:libz-sys

miniz-sys

  • dep:miniz-sys

any_zlib

    This feature flag does not enable additional features.