aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/systems/dispatch_tree_gen.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生12 hours1-6/+6
| | | | | | | | Rename the internal fallback type and its associated `ProgramCollect` plumbing from `ErrorDispatcherNotFound`/`build_dispatcher_not_found` to `EntryFallback`/`build_entry_fallback`, along with the generated enum variant and pack type. Update all documentation, examples, and tests accordingly.
* refactor(pathf): move type resolution from compile-time to build-time魏曹先生6 days1-31/+12
|
* feat(macros): split monolith into one-macro-per-file modules魏曹先生8 days1-1/+1
|
* chore(macros): reorganize module hierarchy in mingling_macros魏曹先生2026-07-201-0/+181
Restructure flat module layout into logical directories (attr/, derive/, func/, systems/, extensions/, utils.rs). Tighten internal function visibility to pub(crate). All public API signatures remain unchanged.