0 votes
in Rust by
What is Cargo in Rust?

1 Answer

0 votes
by
It's a build system and package manager built for Rust users to manager projects in it. The Cargo system manages three things for users, building code, downloading the libraries, and rebuilding those libraries.
...