8 releases
Uses old Rust 2015
0.3.1 | Nov 30, 2020 |
---|---|
0.3.0 | Feb 1, 2018 |
0.2.0 | Jul 1, 2017 |
0.1.5 |
|
0.1.3 | Feb 25, 2016 |
#373 in Testing
339 downloads per month
Used in fewer than 11 crates
85KB
2K
SLoC
Support code for rustc's built in unit-test and micro-benchmarking framework.
Almost all user code will only be interested in Bencher
and
black_box
. All other interactions (such as writing tests and
benchmarks themselves) should be done via the #[test]
and
#[bench]
attributes.
See the Testing Chapter of the book for more details.
Dependencies
~1.3–1.8MB
~25K SLoC