|
|
|
|
|
by nicholassm83
700 days ago
|
|
I agree. The Rust implementation even needs to use a few unsafe blocks (to work with UnsafeCells internally) but is mostly safe code. Other than that you can achieve the same in C++.
But I think the real benefit is that you can write the rest of your code in safe Rust. |
|