Hacker News new | ask | show | jobs
by 3a2d29 1459 days ago
Well its the C coding calling the Rust that has no memory safety, the rust code exposed as the C binary will (assuming no unsafe block) be memory safe, despite appearing to C like other C code.