|
|
|
|
|
by whytevuhuni
647 days ago
|
|
It's not possible to do with crates.io because of the culture it has. When I pull in GLib, APR, libuv, etc as a dependency, that is literally the only dependency. They depend on glibc, maybe libpthread/libm, and nothing else. When I pull in tokio, I now have 40 dependencies. |
|
But I'll stick to my belief, as that seems more unusual than usual to me, for crates.io libraries in general. C has a culture of minimalism. Rust has a culture of easy of use. The latter is a nightmare for trust.