▲ | nicoburns 2 days ago | ||||||||||||||||||||||
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. | |||||||||||||||||||||||
▲ | johnisgood 2 days ago | parent [-] | ||||||||||||||||||||||
Okay, but when I compile a Rust project and I see "0/2000" that gets pulled and built, I panic. > You can't really count "dependencies" in the Rust ecosystem by counting the number of crates. Can you elaborate as to why? I have much less packages (many of them are not even C libraries) installed by my operating system than what a typical Rust project pulls and builds. | |||||||||||||||||||||||
|