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 schema auto-registration and improve state handling
Introduces the #[rustapi_rs::schema] macro for automatic OpenAPI schema registration of structs and enums, and applies it to UserInfo. Enhances RustApi::state to store state in the router for extractor compatibility, and adds a test to verify state extraction. Also updates OpenApiSpec to register additional error body schemas.
0 commit comments