aboutsummaryrefslogtreecommitdiff
path: root/examples/example-pathfinder/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove dynamic dispatcher registration API魏曹先生3 days1-4/+1
| | | | | | | Dispatchers are now always registered at compile time, removing the `with_dispatcher` / `with_dispatchers` methods and the `PathfinderConfig` API. The `dispatch_tree` feature now only controls the matching strategy (trie vs linear list).
* feat(docs): add Module Pathfinder example for the `pathf` feature魏曹先生2026-06-281-0/+30