▲ | johnisgood 2 days ago | |||||||||||||||||||||||||||||||
So, I have been complaining about how Rust projects have over hundreds and often thousands of dependencies. I gave this random Rust project a try. The results:
No thank you.Can you Rust people stop doing this? Hundreds of dependencies is the norm in Rust culture. I swear humans will never learn. | ||||||||||||||||||||||||||||||||
▲ | nicoburns 2 days ago | parent [-] | |||||||||||||||||||||||||||||||
You can't really count "dependencies" in the Rust ecosystem by counting the number of crates. Gix itself has 65 crates but if you depended on it that would only really be one dependency. Your average Rust project will have more dependencies than your average C project, but it's not as dramatic as you might think. | ||||||||||||||||||||||||||||||||
|