Replies: 1 comment
|
you have https://docs.rs/axum-typed-routing/latest/axum_typed_routing/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently, aide requires providing a second argument in *_with(handler, docs_fn) for OpenAPI documentation. In practice, this can feel redundant and error-prone because:
Suggestion:
Benefits:
Example
before:
Suggested after (automatic doc generation):
This would make aide more ergonomic and closer to “documentation as code” philosophy.
All reactions