Hacker News new | past | comments | ask | show | jobs | submit login

Can anybody share their thoughts on which key features / libs are still missing in Rust?



Binary crates. Sandboxed builds (I'll continue to use crates that have a build.rs which can do anything it wants, but I don't like it). Namespacing crates (a la Java) to deal with the name squatting issue.


Generics and compile time computation. I think Rust should achieve feature parity with c++ templates and constexpr.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: