Add mentions and links to honggfuzz-rs#14
Add mentions and links to honggfuzz-rs#14PaulGrandperrin wants to merge 2 commits intorust-fuzz:masterfrom
Conversation
killercup
left a comment
There was a problem hiding this comment.
I agree that this is not true right now, but I also want to add that IIRC cargo-fuzz was meant to get support for other fuzzers eventually :)
| * [Setup](https://crates.io/crates/honggfuzz#dependencies) | ||
| * [Tutorial/Guide](https://crates.io/crates/honggfuzz#how-to-use-this-crate) | ||
| * [API](https://docs.rs/honggfuzz) | ||
| * [Related docs](https://crates.io/crates/honggfuzz#relevant-documentation-about-honggfuzz) |
There was a problem hiding this comment.
Oh? Does mdbook support external links in the TOC?
There was a problem hiding this comment.
I have no idea, I didn't test anything, just edited in github directly.
There was a problem hiding this comment.
Just tried rendering this branch with mdbook. It appears mdbook adds a .html to the end of each of the external links, causing them to break. We might just need to create a new dedicated page for hongfuzz within this book containing all these links
|
That's really fine by me to say that |
Also, I think we should remove the mention that
cargo-fuzzis the recommended fuzzer in this file: https://github.com/rust-fuzz/book/blob/master/src/cargo-fuzz.md.I think there is two reasons for this:
closes #10