]> git.proxmox.com Git - cargo.git/blob - src/doc/contrib/src/SUMMARY.md
Add the start of a basic benchmarking suite.
[cargo.git] / src / doc / contrib / src / SUMMARY.md
1 # Summary
2
3 - [Introduction](./index.md)
4 - [Issue Tracker](./issues.md)
5 - [Process](./process/index.md)
6 - [Working on Cargo](./process/working-on-cargo.md)
7 - [Release process](./process/release.md)
8 - [Unstable features](./process/unstable.md)
9 - [Architecture](./architecture/index.md)
10 - [Codebase Overview](./architecture/codebase.md)
11 - [SubCommands](./architecture/subcommands.md)
12 - [Console Output](./architecture/console.md)
13 - [Packages and Resolution](./architecture/packages.md)
14 - [Compilation](./architecture/compilation.md)
15 - [Files](./architecture/files.md)
16 - [Tests](./tests/index.md)
17 - [Running Tests](./tests/running.md)
18 - [Writing Tests](./tests/writing.md)
19 - [Benchmarking and Profiling](./tests/profiling.md)
20 - [Design Principles](./design.md)