Expand description
Helpers for parsing action variant names.
These utilities are shared by derive-time and runtime category inference so action filtering stays consistent across crates.
Constants§
- ACTION_
VERBS - Action verbs used by category inference.
Functions§
- infer_
action_ category - Infer action category from an action variant name.
- pascal_
to_ snake_ case - Convert PascalCase text to snake_case.
- split_
pascal_ case - Split PascalCase text into parts.