Verification#
r2u2_core
is verified with Verus. To run verification, one must do the following:
Install Verus
Locate to the
r2u2_core
directoryRun
cargo build -v
and copy all dependencies after-L
on the last output EXCEPT for vstdRun Verus with the following:
<path_to_verus>/target-verus/release/verus --crate-type=lib src/lib.rs --compile -L <dependency_paths_copied>