Hacker News new | ask | show | jobs
by rockdoe 840 days ago
In C/C++ every project ends up with a hand coded replacement for those external dependencies that is less well written and infinitely less tested.
1 comments

What about all of the projects where your assumptions are false?
Why would those need a lot of Rust dependencies then? If you want to hand-roll stuff, hand-roll! no_std is a thing because people use it.