Skip to content

Latest commit

History

History
23 lines (15 loc) 路 355 Bytes

README.md

File metadata and controls

23 lines (15 loc) 路 355 Bytes

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