Comment on Why should I use rust (as a Go enthusiast)?

<- View Parent
firelizzard@programming.dev ⁨9⁩ ⁨months⁩ ago

In my book, “memory safety” also means avoiding data races. AFAIK Rust prevents most or all races by enforcing ownership and lifetime of pointers.

source
Sort:hotnewtop