12
Do people use Cargo?
(lemmy.world)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
You are confusing cargo and crates.io.
Cargo is the program doing all the downloading of dependencies, crates.io is the official registry (but there are ways to host your own for private crates, e.g. kellnr), Rust is just the compiler and does not do any downloading of anything. For completeness sake, rustup is the program you can use to install cargo, rust and some other tooling and data files.