1. 1. Introduction
  2. 2. Issue Tracker
  3. 3. Process
    1. 3.1. Working on Cargo
    2. 3.2. Release process
    3. 3.3. Unstable features
  4. 4. Design Principles
  5. 5. Implementing a Change
    1. 5.1. Architecture
    2. 5.2. New subcommands
    3. 5.3. Console Output
    4. 5.4. Filesystem
    5. 5.5. Debugging
  6. 6. Architecture
    1. 6.1. Codebase Overview
    2. 6.2. Packages and Resolution
    3. 6.3. Compilation
    4. 6.4. Files
  7. 7. Tests
    1. 7.1. Running Tests
    2. 7.2. Writing Tests
    3. 7.3. Benchmarking and Profiling
    4. 7.4. Crater

Cargo Contributor Guide

Packages and Resolution

See nightly docs