Y
Hacker News
new
|
ask
|
show
|
jobs
by
simonask
235 days ago
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.