Y
Hacker News
new
|
ask
|
show
|
jobs
by
newacctjhro
2603 days ago
This kind of stuff should be on the stdlib if it's meant to be idiomatic.
1 comments
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.
link
The excellent package manager (Cargo) makes this a non-issue.