Description
A bit-precise model checker for Rust programs. Developers use it to mathematically explore program behavior and find bugs that may be hard to catch with ordinary tests.
Use it for verification of critical Rust code or learning formal methods. Results depend on how the code is modeled, and setup can be more technical than normal unit testing.