Earlier quoted context omitted.
> People dramatically overestimate the correctness of their [C/C++] code Genuinely interested: what do people think of their tons of third-party dependencies in Rust? My experience building Rust projects is that there are orders of magnitudes more dependencies than what would make me comfortable. At least in C/C++ it's much harder to get there.
> Genuinely interested: what do people think of their tons of third-party dependencies in Rust? Here are three things I think, and they have in fact nothing to do with Rust: 1. The easier it is to add dependencies, the more dependencies will be added on average - unless you work purposefully against that. 2. The effect of a rising average number of dependencies in libraries is that their number of dependencies grows…
That, or actually keeping control over the dependencies?