Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rust-fuzz/book

📖 Guides and tutorials on how to fuzz Rust code
https://github.com/rust-fuzz/book

documentation fuzz-testing fuzzing rust

Last synced: 2 months ago
JSON representation

📖 Guides and tutorials on how to fuzz Rust code

Awesome Lists containing this project

README

        

# The Rust Fuzzing Book

[**Read the Rust Fuzzing Book online here!**](https://rust-fuzz.github.io/book/)

## Building

First, install [`mdbook`](https://github.com/rust-lang/mdBook):

```sh
$ cargo install mdbook
```

To build the book, run:

```sh
$ mdbook build
```

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

```sh
$ mdbook serve
```