Skip to content
/ book Public

πŸ“– Guides and tutorials on how to fuzz Rust code

Notifications You must be signed in to change notification settings

rust-fuzz/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Rust Fuzzing Book

Read the Rust Fuzzing Book online here!

Building

First, install mdbook:

$ cargo install mdbook

To build the book, run:

$ mdbook build

To serve the book locally, re-building on any change, run:

$ mdbook serve

Releases

No releases published

Packages

No packages published

Languages