Hacker News new | ask | show | jobs
by DetroitThrow 68 days ago
There are several ways to safely provide array bounds check hints to the Rust compiler, in-fact there's a whole cookbook. But for many cases, yep, runtime check.