13 unstable releases
0.7.0 | May 24, 2022 |
---|---|
0.6.2 | Nov 6, 2021 |
0.6.0 | Nov 17, 2020 |
0.5.2 | May 31, 2020 |
0.2.0 | Oct 16, 2019 |
#334 in Testing
4,615 downloads per month
Used in 13 crates
(9 directly)
500KB
12K
SLoC
bolero
fuzz and property testing front-end for Rust
Book
A copy of the Bolero Book can be found here: http://camshaft.github.io/bolero
Installation
bolero
is on crates.io
and can be added to a project like so:
[dev-dependencies]
bolero = "0.6"
bolero
also provides a CLI program to execute fuzz tests, cargo-bolero
. It can be installed globally with cargo:
$ cargo install -f cargo-bolero
Linux Installation
cargo-bolero
needs a couple of libraries installed to compile. If these libraries aren't
available the requirement can be relaxed by executing cargo install cargo-bolero --no-default-features -f
Debian/Ubuntu
$ sudo apt install binutils-dev libunwind-dev
Dependencies
~0.4–2MB
~39K SLoC