Skip to main content

Crate tusks_lib

Crate tusks_lib 

Source

Modules§

attribute
tasks

Structs§

TusksModule
Represents a tusks module with all its elements

Traits§

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.