Useful Links
Computer Science
Other Tools and Technologies
Cargo Package Manager
1. Introduction to Cargo
2. Getting Started with Cargo
3. The Cargo.toml Manifest File
4. Essential Cargo Commands
5. Dependency Management
6. Project Organization
7. Advanced Cargo Features
8. Package Publishing
9. Configuration and Customization
10. Cargo Extensions
Getting Started with Cargo
Installation and Setup
Installing Rust and Cargo with rustup
Supported Platforms
Verifying Installation
Updating Cargo
Troubleshooting Installation Issues
Creating New Projects
Using cargo new
Creating Binary Applications
Creating Library Crates
Project Template Structure
Using cargo init
Initializing Existing Directories
Converting Legacy Codebases
Standard Project Structure
Source Directory Organization
Manifest File Location
Lock File Generation
Build Output Directory
Configuration Directory
Previous
1. Introduction to Cargo
Go to top
Next
3. The Cargo.toml Manifest File