Y
Hacker News
new
|
ask
|
show
|
jobs
by
jmgao
3108 days ago
Rust's type system is intended to provide memory safety guarantees, which they define as explicitly not including memory leaks. You're not really any better off than just using C++ shared_ptr/unique_ptr.