8 ms·
> But the article highlights that discovering the de facto standards is still a challenge for new Rust users -- does anyone know of a well-maintained list of th
by gbmor 7y ago
> But the article highlights that discovering the de facto standards is still a challenge for new Rust users -- does anyone know of a well-maintained list of the 10-20 most critical crates that new users should familiarize themselves with after reading The Book?
I came across this exact thing recently: https://github.com/brson/stdx https://github.com/brson/stdx
- ChrisSD 7y agoThat seems old, especially as error-chain is no longer maintained so I wouldn't recommend it. [0]: https://users.rust-lang.org/t/error-chain-is-no-longer-maintained/27561 https://users.rust-lang.org/t/error-chain-is-no-longer-maint...
- gbmor 7y agoI'm new to Rust, so I wasn't aware. Thanks!