Comment by cmrdporcupine
9 months ago
Just like C++, teams will end up having to carve out a sane subset comfortable for their domain.
For myself that's looking more and more like:
Ditch crates.io (and maybe even Cargo), carefully curate and vendor all dependencies.
Probably avoid async, but definitely avoid tokio.
Don't get excessively clever. (Here I think Rust does a better job of C++ of having good "community standards" already)
No comments yet
Contribute on Hacker News ↗