mirror of
https://github.com/awfixers-stuff/src.git
synced 2026-03-26 20:46:00 +00:00
create src
This commit is contained in:
11
src-revision/README.md
Normal file
11
src-revision/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# `src-revision`
|
||||
|
||||
### Testing
|
||||
|
||||
#### Fuzzing
|
||||
|
||||
`cargo fuzz` is used for fuzzing, installable with `cargo install cargo-fuzz`.
|
||||
|
||||
Targets can be listed with `cargo fuzz list` and executed via `cargo +nightly fuzz run <target>`,
|
||||
where `<target>` can be `parse` for example.
|
||||
|
||||
Reference in New Issue
Block a user