-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Description
While Switch
is an ok name for what it does, I think something along the lines of Routable
would be more appropriate.
I don't intend to make this change for 8.0, but would like to create this issue so that interested parties can prepare their codebase for this change.
This change will come in 3 pieces.
- Add Routable alias (0.8.0)
- Rewrite macro & Trait to use Routable instead, deprecate Switch, make Switch an alias to Routable (0.9.0)
- Remove Switch (0.10.0)
totorigolo