flate2 1.0.26

DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide 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

  • any_zlib
  • libz-ng-sys

zlib-default

  • any_zlib
  • libz-sys/default

zlib-ng-compat

  • zlib
  • libz-sys/zlib-ng

cloudflare_zlib

  • any_zlib
  • cloudflare-zlib-sys

zlib

  • any_zlib
  • libz-sys

libz-sys

  • dep:libz-sys

miniz-sys

  • rust_backend

libz-ng-sys

  • dep:libz-ng-sys

cloudflare-zlib-sys

  • dep:cloudflare-zlib-sys

any_zlib

    This feature flag does not enable additional features.