Hacker News new | ask | show | jobs
by hedora 1451 days ago
Also, no memory safety...
1 comments

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.