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§

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

Constants§

Traits§

  • Common trait implemented by all Xtask subcommands.

Functions§