Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The Rust philosophy is to add as little as possible to the standard library, for many reasons, but particularly because otherwise you have to update your compiler to get library updates (which also means long release cycles).

This is why there are various "de facto standard" crates for basic things like regexes or error handling that would be built-in in other languages.



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

Search: