There is a lot more to rust than just memory safety. A lot of concurrency errors are prevented too, for example.
> A lot of concurrency errors are prevented too, for example.
I thought it was just one concurrency error that was prevented. Other than data races, what other concurrency errors are prevented?
> A lot of concurrency errors are prevented too, for example.
I thought it was just one concurrency error that was prevented. Other than data races, what other concurrency errors are prevented?