Lines Matching +full:cargo +full:- +full:fuzz
1 zip-rs
4 … Status](https://img.shields.io/github/workflow/status/zip-rs/zip/CI)](https://github.com/zip-rs/z…
14 ----
29 * Multi-disk
32 -----
45 zip = { version = "0.6.4", default-features = false }
50 * `aes-crypto`: Enables decryption of files which were encrypted with AES. Supports AE-1 and AE-2 m…
53 * `time`: Enables features using the [time](https://github.com/rust-lang-deprecated/time) crate.
59 ----
64 - We will always support the latest four minor Rust versions. This gives you a 6
66 - Any change to the MSRV will be accompanied with a **minor** version bump
67 - While the crate is pre-1.0, this will be a change to the PATCH version.
70 --------
80 -------
82 Fuzzing support is through [cargo fuzz](https://github.com/rust-fuzz/cargo-fuzz). To install cargo …
85 cargo install cargo-fuzz
88 To list fuzz targets:
91 cargo +nightly fuzz list
97 cargo +nightly fuzz run fuzz_read