| Class | Description |
|---|---|
| CargoTask | Base class for tasks that call out to Cargo. |
| RustBuild | Runs cargo build on the given project. |
| RustDoc | Runs cargo doc on the given project. |
| RustFormat | |
| RustRun | Runs cargo run on the given project. |
| RustTest | Runs cargo test on the given project. |
| TaskBase | Base class for tasks. |