Crate xtask

Source
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§

completions 🔒
fs_helpers
Helper functions to traverse + enumerate the project’s filesystem, used by multiple task implementations.
tasks
Implementations of various Xtasks

Structs§

Cli 🔒
XtaskCtx
Common context passed into every Xtask

Enums§

Commands 🔒

Constants§

XTASK_PATH_FILE
Default location to maintain a xtask-path file

Traits§

Xtask
Common trait implemented by all Xtask subcommands.

Functions§

main 🔒
try_main 🔒