aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/extensions/routeify.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(routeify): reorder import paths for consistency魏曹先生2 days1-1/+1
|
* feat(routeify): map `?` span to `route!` for tooling support魏曹先生2 days1-2/+9
| | | | | | Use the span of the `?` token when generating the macro invocation in the `#[routeify]` transformation, so that rust-analyzer resolves hover and go-to-definition on `?` to the `route!` macro's documentation
* feat(extensions): add routeify extension macro for error routing魏曹先生2 days1-0/+39