Skip to content

rust-fuzz/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

77 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