|
|
|
|
|
by sanxiyn
4668 days ago
|
|
The difference is that in Rust you can write unsafe implementation of safe interface. In C++ you cannot specify safe interface. (You can and should document memory management assumptions in C++, but C++ compiler does not enforce such documentations.) |
|