cargo 0.96.0

Cargo, a package manager for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{{#option "`--timings`"}}
Output information how long each compilation takes, and track concurrency
information over time.

A file `cargo-timing.html` will be written to the `target/cargo-timings`
directory at the end of the build. An additional report with a timestamp
in its filename is also written if you want to look at a previous run.
These reports are suitable for human consumption only, and do not provide
machine-readable timing data.
{{/option}}