openapi-route-axum 0.1.1

Axum and Swagger UI integration for openapi-route
docs.rs failed to build openapi-route-axum-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

openapi-route

License: MIT OR Apache-2.0

Handler-local OpenAPI metadata for Rust HTTP services.

The project is split into three crates:

  • openapi-route contains framework-neutral route metadata and document generation.
  • openapi-route-macros generates explicit route constants from handler annotations.
  • openapi-route-axum mounts the generated document and Swagger UI in Axum.

Route metadata is assembled through explicit service-owned catalogs. The library does not use a process-global registry or constructor-based registration.

License

Copyright © 2026 DataRoad Inc, Delaware, USA, trading as Legra.

Licensed under either the MIT license or the Apache License, Version 2.0, at your option.