|
|
|
|
|
by jll29
576 days ago
|
|
One of my dreams is for someone to create a Rust stdlib, full stop. I love Rust the language, but the current bazar of little bits of functionality scattered around in the form of a zoo of crates is such a mess compared to, say, Java's class library (I/O, data structures, std. algorthms for searching, sorting etc., arranged in a logically and hierarchially named way). I'm not against alternative implementations, but I'd rather have one "official" implementation that everyone knows that covers most cases and makes for the idiomatic reading of source code. |
|
I mean, yes, but not an official one.
The stdlib is where good ideas go to die.
Waiting for "pub struct RDBMSInferfaceV17ThisTimeWeGotItRightForSure"