diff options
Diffstat (limited to 'src/doc/src/commands/build-commands.md')
-rw-r--r-- | src/doc/src/commands/build-commands.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/doc/src/commands/build-commands.md b/src/doc/src/commands/build-commands.md new file mode 100644 index 0000000..5cc6fff --- /dev/null +++ b/src/doc/src/commands/build-commands.md @@ -0,0 +1,13 @@ +# Build Commands +* [cargo bench](cargo-bench.md) +* [cargo build](cargo-build.md) +* [cargo check](cargo-check.md) +* [cargo clean](cargo-clean.md) +* [cargo doc](cargo-doc.md) +* [cargo fetch](cargo-fetch.md) +* [cargo fix](cargo-fix.md) +* [cargo run](cargo-run.md) +* [cargo rustc](cargo-rustc.md) +* [cargo rustdoc](cargo-rustdoc.md) +* [cargo test](cargo-test.md) +* [cargo report](cargo-report.md) |