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…
11 ----
26 * Multi-disk
29 -----
42 zip = { version = "0.6.6", default-features = false }
47 * `aes-crypto`: Enables decryption of files which were encrypted with AES. Supports AE-1 and AE-2 m…
50 * `time`: Enables features using the [time](https://github.com/rust-lang-deprecated/time) crate.
56 ----
61 - We will always support the latest four minor Rust versions. This gives you a 6
63 - Any change to the MSRV will be accompanied with a **minor** version bump
64 - While the crate is pre-1.0, this will be a change to the PATCH version.
67 --------
77 -------
79 Fuzzing support is through [cargo fuzz](https://github.com/rust-fuzz/cargo-fuzz). To install cargo …
82 cargo install cargo-fuzz
85 To list fuzz targets:
88 cargo +nightly fuzz list
94 cargo +nightly fuzz run fuzz_read