1 Repo
Utilities that extract API metadata from web framework-specific procedural macros.
Distinct from Framework Integrations: Existing candidates refer to test frameworks or general interoperability, not metadata extraction via macros.
Explore 1 awesome GitHub repository matching web development · Framework Macro Integrations. Refine with filters or upvote what's useful.
utoipa is a Rust API documentation tool used to generate machine-readable OpenAPI specifications. It functions as a specification generator and schema mapper that converts Rust structs and enums into compliant OpenAPI schemas. The project distinguishes itself by using procedural macros and traits to automate metadata extraction from code. It supports complex data modeling, including generics, polymorphism, and recursive type resolution, while synchronizing field renaming and tagging from serialization attributes. It also enables the composition of modular specifications, allowing multiple sma
Extracts paths, methods, and parameter types directly from web framework-specific macros and handler arguments.