Development tools - Testing
c
cargo-dinghy
A cargo extension to simplify running library tests and benches on smartphones and other small processor devices.
d
demonstrate
Declarative Testing Framework
G
GoogleTest Rust
Powerful test assertion framework based on the C++ test library GoogleTest
p
proptest
property testing framework inspired by the Hypothesis framework for Python
q
quickcheck
A Rust implementation of QuickCheck