12
Do people use Cargo?
(lemmy.world)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
cargo install
installs a rust binary to your user space.cargo add
adds the dep to your project by editing yourCargo.toml
.