|
|
|
|
|
by tgv
127 days ago
|
|
But if I'm not mistaken, this is just handling index allocation, release and avoiding dangling manually. The programmer is still responsible, right? And I don't think Rust can do better for indices, since indices are normal, "eternal" values. |
|
No, it is abstracted away. You just have to follow best practices when writing a library.