aboutsummaryrefslogtreecommitdiff
path: root/examples/test-examples.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat(examples): add pathf + dispatch tree combination example魏曹先生9 hours1-0/+10
|
* feat(docs): add Module Pathfinder example for the `pathf` feature魏曹先生39 hours1-0/+10
|
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days1-2/+2
|
* feat(core): decouple structured output from Groupped trait魏曹先生4 days1-6/+16
| | | | | | | Introduce `StructuralData` sealed trait and `pack_structural!` / `group_structural!` / `derive(StructuralData)` macros to control structured rendering separately from grouping. `Groupped` no longer requires `Serialize`.
* Add IO error example with type alias in group macro魏曹先生7 days1-0/+5
|
* Add help command with exit code 2 for exitcode example魏曹先生7 days1-0/+5
|
* Add `group!` macro for registering external types魏曹先生10 days1-0/+10
|
* Add `pack_err!` macro for error structs with automatic name field魏曹先生11 days1-0/+20
|
* Add LazyRes for lazy resource initialization魏曹先生2026-06-071-0/+10
|
* Add example for clap binding integration魏曹先生2026-05-281-0/+15
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-25/+155
|
* Rename test-examples config file and update reference魏曹先生2026-05-131-0/+54