aboutsummaryrefslogtreecommitdiff
path: root/examples/test-examples.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat: add entry metadata system with compile-time typed values魏曹先生10 hours1-0/+35
| | | | | | | | | | | Add `Metadata<B>` trait and `#[metadata(Entry)]` attribute macro to attach arbitrary, compile-time-typed metadata to entries. Implement `ProgramCollect::get_metadata<T>()` for runtime retrieval, backed by a global registry populated by `register_metadata!`. Extend `pathf` with `MetadataPattern` to resolve metadata types across modules at build time. Add two examples demonstrating metadata usage with and without pathf integration.
* feat(example): add command macro example魏曹先生7 days1-0/+15
|
* docs(examples): add example `example-argument-picker"`unreleased魏曹先生2026-07-191-0/+35
|
* feat(examples): add pathf + dispatch tree combination example魏曹先生2026-06-291-0/+10
|
* feat(docs): add Module Pathfinder example for the `pathf` feature魏曹先生2026-06-281-0/+10
|
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-2/+2
|
* feat(core): decouple structured output from Groupped trait魏曹先生2026-06-261-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魏曹先生2026-06-231-0/+5
|
* Add help command with exit code 2 for exitcode example魏曹先生2026-06-221-0/+5
|
* Add `group!` macro for registering external types魏曹先生2026-06-201-0/+10
|
* Add `pack_err!` macro for error structs with automatic name field魏曹先生2026-06-181-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