RustBrock/Cargo and Cratesio.md
2025-02-26 12:04:36 -07:00

719 B

More About Cargo and Crates.io

Previously Cargo has only been used to do basic features of Cargo, like build, run, and test the code.

Cargo can do so much more

This chapter will go over some more advanced features like:

Cargo can do even more than what will be covered.

You can chack the documentation for a full explanation of all its features.