logoalt Hacker News

simonaskyesterday at 1:18 PM0 repliesview on HN

Unsafe Rust actually has a great runtime analyzer: Miri. It's very easy to just run `cargo +nightly miri test` in your project to get some confidence in the more questionable choices along the way.