diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 930da90f..3592ce87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Thank you for your interest in contributing to the Uuid Project! * [Pull Requests](#pull-requests) * [Writing Documentation](#writing-documentation) * [Issue Triage](#issue-triage) -* [Out-of-tree Contributions](#out-of-tree-contributions) +* [Fuzzing](#fuzzing) * [Helpful Links](#helpful-links) For any questions, please make a post on [Discussions] or [users.rust-lang.org][u-r-l-o]. @@ -114,6 +114,8 @@ You can follow [this link][lrus] to look for issues like this. [lrus]: https://github.com/uuid-rs/uuid/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc # Fuzzing +[Fuzzing]: #fuzzing + We use [`cargo fuzz`] to fuzz test various parts of `uuid`. See their guide for more details on what fuzzing is and how to run the tests yourself.