As we use more Unsafe, we should looking into CI tooling.
Miri is a tool for checking unsafe rust for undefined behaviour (like, out-of-bounds writes).
Cargo-anneal checks your unsafe code by constructing a formal model.
borrow-sanitizer
cargo-careful
As we use more Unsafe, we should looking into CI tooling.
Miri is a tool for checking unsafe rust for undefined behaviour (like, out-of-bounds writes).
Cargo-anneal checks your unsafe code by constructing a formal model.
borrow-sanitizer
cargo-careful