|
|
|
|
|
by unchar1
358 days ago
|
|
You can write memory safe code in any language, but having a machine i.e. the Rust compiler check it for you is less error-prone than if a human does it. Also if you look at the repo, only 3% of the codebase is in Assembly.
IMO if >95% project is in Rust, you can definitely claim it's a Rust project. |
|