mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-06-15 13:04:18 -06:00
772 B
772 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:
- Customize your build through release profiles
- Publish libraries on crates.io
- Organize large projects with workspaces
- Install binaries from crates.io
- Extend Cargo using custom commands
Cargo can do even more than what will be covered.
You can chack the documentation for a full explanation of all its features.