diff options
author | Christian Murphy <christian.murphy.42@gmail.com> | 2022-09-12 01:01:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 10:01:11 +0200 |
commit | 640c103c0a2b92f7f2a49cfc0721577f40aa90e0 (patch) | |
tree | 1359c8f4d5a6234fe59a44a3b91cdae87db29d4f /readme.md | |
parent | 1c9f0b21ac1bef17737731c2bb29d1d8dd98b2f3 (diff) | |
download | markdown-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |