Skip to main contentCrate tusks_lib
Source - attribute
- tasks
- TusksModule
- Represents a tusks module with all its elements
- AttributeCheck
- Public trait for attribute checking
- AttributeValue
- Public trait for attribute value extraction
- CliCodegen
- Code generation phase: builds the
pub mod cli contents
(Cli struct, Commands enum, ExternalCommands enum). - HandleMatchesCodegen
- Code generation phase: builds the
pub fn handle_matches function
with recursive match arms for command dispatch. - ParametersCodegen
- Code generation phase: supplements Parameters structs with
super_ fields, lifetime markers, and missing struct definitions.