aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Christian Murphy <christian.murphy.42@gmail.com>2022-09-12 01:01:11 -0700
committerLibravatar GitHub <noreply@github.com>2022-09-12 10:01:11 +0200
commit640c103c0a2b92f7f2a49cfc0721577f40aa90e0 (patch)
tree1359c8f4d5a6234fe59a44a3b91cdae87db29d4f /readme.md
parent1c9f0b21ac1bef17737731c2bb29d1d8dd98b2f3 (diff)
downloadmarkdown-rs-640c103c0a2b92f7f2a49cfc0721577f40aa90e0.tar.gz
markdown-rs-640c103c0a2b92f7f2a49cfc0721577f40aa90e0.tar.bz2
markdown-rs-640c103c0a2b92f7f2a49cfc0721577f40aa90e0.zip
Add fuzz testing
Closes GH-7.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index ac22d1c..c8ed452 100644
--- a/readme.md
+++ b/readme.md
@@ -372,6 +372,11 @@ The following scripts are useful when working on this project:
```sh
cargo doc --document-private-items
```
+- fuzz:
+ ```sh
+ cargo install cargo-fuzz
+ cargo +nightly fuzz run micromark
+ ```
### Version