Hacker News new | ask | show | jobs
by nullpoint420 205 days ago
Which is the exact use case someone would choose rust for over other languages
1 comments

No, the use cases of Rust are pretty much the same as the use cases of C++. Most Rust code shouldn't have objects with complicated lifetimes, just like most code in any language should avoid objects with complicated lifetimes.