Expand description
HvLite repo-specific automation.
If you’re thinking of writing a bash script, write an xtask instead!
Follows the xtask workflow/convention, as described at https://github.com/matklad/cargo-xtask
Modules§
- Helper functions to traverse + enumerate the project’s filesystem, used by multiple task implementations.
- Implementations of various Xtasks
Structs§
- Cli 🔒
- Common context passed into every Xtask
Enums§
- Commands 🔒
Constants§
- Default location to maintain a
xtask-path
file
Traits§
- Common trait implemented by all Xtask subcommands.