create src

This commit is contained in:
awfixer
2026-03-11 02:04:19 -07:00
commit 52f7a22bf2
2595 changed files with 402870 additions and 0 deletions

11
src-revision/README.md Normal file
View 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.