Example test at src/lib.rs:
src/lib.rs
#[test] fn it_works() { assert_eq!(2 + 2, 4); }
Running the tests:
cargo test --lib
There was an error while loading. Please reload this page.