aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/gen_program.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor!: replace pack! macros with derive-based pipeline types魏曹先生2 days1-7/+5
* refactor!: remove Node type and simplify dispatcher macro syntax魏曹先生2 days1-9/+0
* refactor!: remove dynamic dispatcher registration API魏曹先生2 days1-0/+13
* feat(core): move config types to public config module魏曹先生5 days1-1/+1
* chore: add "Doc Not Optimize" comments to source files魏曹先生5 days1-0/+1
* refactor: use `Self` and simplify lifetimes in setup types魏曹先生9 days1-4/+6
* feat(gen_program): add get_metadata method stub魏曹先生2026-08-041-0/+5
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生2026-08-031-6/+6
* fix: add generic program entry point variant魏曹先生2026-08-031-0/+2
* feat(gen_program): add Entry struct and program constructors魏曹先生2026-08-031-3/+37
* feat: add docs.rs generated program documentation module魏曹先生2026-08-021-0/+231