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
Project Organization
Crate Types and Structure
Binary Crates
Executable Applications
Entry Point Configuration
Library Crates
Reusable Code Libraries
Public API Design
Source Code Layout
Main Module Organization
Library Root Structure
Multiple Binary Organization
Module System Integration
Additional Project Components
Integration Tests
Test Organization
Test Execution Environment
Usage Examples
Example Structure
Documentation Integration
Benchmarks
Performance Testing
Benchmark Frameworks
Previous
5. Dependency Management
Go to top
Next
7. Advanced Cargo Features