You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add TypedPath and ApiError derive macros with typed routing
Introduces the TypedPath trait and derive macro for type-safe, declarative route definitions and URL generation. Adds a Typed extractor for ergonomic path parameter extraction. Implements the ApiError derive macro for declarative error handling. Refactors test client into rustapi-testing crate, updates re-exports, and adds integration and derive macro tests. Updates documentation and examples to showcase new features.
0 commit comments