add cargo doc

This commit is contained in:
fdenzer 2023-07-21 10:30:16 +02:00
parent 634eefb8e6
commit a2536696ce

View file

@ -15,4 +15,11 @@ choco install -y rustup
- `rustup-init.sh` (Windows: rustup-init.ex, e.g. %AppData%\Local\Temp\chocolatey\rustup.install\1.25.1\rustup-init.exe)
- select a good match in the dialog of this CLI installer,
- i.e. stable and default amount of features should be fine
- rust comes with `cargo` as a ``crate'' manager for package installation
## Get dependencies and run
```shell
cargo build # gets dependencies from Cargo.toml
cargo run # re-runs on (some?) changes
```