Hacker News new | ask | show | jobs
by gamegoblin 2603 days ago
Rust errs on the side of not putting things in the stdlib. Even things like random number generation or regexes are not in stdlib.

The excellent package manager (Cargo) makes this a non-issue.