|
|
|
|
|
by frutiger
2581 days ago
|
|
EDIT: Parent commenter edited the comment to append "with the same performance as C", so you can ignore my reply. So is Python, JavaScript, Java, OCaml, Haskell... A more distinguishing feature of Rust is not only that it is memory safe but also that it doesn’t have a GC. In any case the presence of a single unsafe block can make the program no longer memory safe. Of course, if used appropriately, it vastly reduces the audit surface compared to something like C++. |
|