mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-02 06:42:03 +00:00
ff6da900a0
This commit: - Remove all traces of 'log'. - Send all logs unedited via tracing. - Parses and propagate log_level. - Implements an initial formatting subscriber. Co-authored-by: Eliza Weisman <eliza@buoyant.io> Co-authored-by: Jeb Rosen <jeb@jebrosen.com> |
||
---|---|---|
.. | ||
corpus | ||
targets | ||
.gitignore | ||
Cargo.toml | ||
README.md |
Fuzzing
Install cargo-fuzz
:
cargo install -f cargo-fuzz
Run any available target where $target
is the name of the target and $n
is
the number of CPUs to use for fuzzing:
cargo fuzz list # get list of targets
cargo fuzz run $target -j $n