zip 1.1.2

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

default

  • aes-crypto
  • bzip2
  • deflate
  • deflate64
  • deflate-zlib-ng
  • deflate-zopfli
  • lzma
  • time
  • zstd

aes-crypto

  • aes
  • constant_time_eq
  • hmac
  • pbkdf2
  • sha1

bzip2

  • dep:bzip2

deflate

  • flate2/rust_backend
  • _deflate-any

deflate64

  • dep:deflate64

deflate-zlib-ng

  • flate2/zlib-ng
  • _deflate-any

deflate-zopfli

  • zopfli
  • _deflate-any

lzma

  • lzma-rs/stream

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

zopfli

  • dep:zopfli

deflate-miniz

  • deflate
  • _deflate-any

deflate-zlib

  • flate2/zlib
  • _deflate-any

flate2

  • dep:flate2

lzma-rs

  • dep:lzma-rs

chrono

  • chrono/default

unreserved

    This feature flag does not enable additional features.