A workspace with xtasks. This is based on cargo-xtask and rusty-ferris-club/rust_starter.
To use this as a template simply git clone https://github.com/winksaville/workspace-template-with-xtask new-repo-dirctory
this repo, remove the .git
directory and then modify as you see fit.
See workspaces.
The following sections define tasks, "scripts" written in rust,
which maybe executed with either cargo xtask xxx
or cargo xt xxx
.
Where xxx
is one of the Tasks
below:
See cargo/config for the aliases
Tasks
-
pre-commit
- Runs
cargo fmt
,cargo clippy
andcargo test
in <proj-root>
- Runs
-
gen-phl
- Removes /coverage/ then generates coverage data in /coverage/ using gen-profraw, gen-html and gen-lcov. Click to see coverage/html
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.