zip 0.6.6

Library to support the reading and writing of zip files.
Documentation

zip

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

default

  • aes-crypto
  • bzip2
  • deflate
  • time
  • zstd

aes-crypto

  • aes
  • constant_time_eq
  • hmac
  • pbkdf2
  • sha1

bzip2

  • dep:bzip2

deflate

  • flate2/rust_backend

time

  • dep:time

zstd

  • dep:zstd

aes

  • dep:aes

constant_time_eq

  • dep:constant_time_eq

hmac

  • dep:hmac

pbkdf2

  • dep:pbkdf2

sha1

  • dep:sha1

deflate-zlib

  • flate2/zlib

deflate-miniz

  • flate2/default

flate2

  • dep:flate2

unreserved

    This feature flag does not enable additional features.