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
Advanced Cargo Features
Workspace Management
Multi-Crate Projects
Workspace Configuration
Member Crate Organization
Shared Dependencies
Workspace Commands
Building Workspace Members
Testing Across Workspace
Publishing Workspace Crates
Conditional Compilation
Feature Flags
Feature Definition
Feature Dependencies
Default Feature Sets
Feature Activation
Command Line Options
Dependency Feature Selection
Conditional Code Compilation
Build Profiles
Profile Types
Development Profile
Release Profile
Test Profile
Benchmark Profile
Profile Customization
Optimization Levels
Debug Information
Link Time Optimization
Panic Strategies
Profile Inheritance
Build Scripts
Build Script Fundamentals
build.rs File Structure
Execution Environment
Common Use Cases
Native Code Compilation
Code Generation
Environment Detection
Resource Processing
Cargo Communication
Build Metadata Output
Environment Variable Setting
Rerun Conditions
Previous
6. Project Organization
Go to top
Next
8. Package Publishing