▲ | quotemstr a day ago | ||||||||||||||||
One of my dream projects is creating a Rust stdlib based solely on panics for error handling. Sure, it'd be incompatible with everything, but that might be a feature, not a bug. | |||||||||||||||||
▲ | jll29 20 hours ago | parent | next [-] | ||||||||||||||||
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. | |||||||||||||||||
| |||||||||||||||||
▲ | andrewshadura a day ago | parent | prev [-] | ||||||||||||||||
I think someone's already created this. |