crates.io crate graph

from blog Huon on the internet, | ↗ original
Rust is a systems programming language that comes with an awesome package manager Cargo, which hooks into the crates.io registry as one of its possible sources of packages. The packages can have dependency relationships between each other, making the database into a natural directed graph. Rust as we have it today is still relatively new, Cargo...