Crates.io | utoipa-helper |
lib.rs | utoipa-helper |
version | 0.1.6 |
created_at | 2025-03-24 10:36:15.297199+00 |
updated_at | 2025-08-28 11:38:10.36667+00 |
description | Helper Crate For Utoipa Axum Integration. |
homepage | https://github.com/ddboline/utoipa_helper |
repository | https://github.com/ddboline/utoipa_helper |
max_upload_size | |
id | 1603660 |
size | 80,216 |
This crate provides a derive macro UtoipaResponse
which will implement both an axum::response::IntoResponse
implementation and a utoipa::IntoResponses
implementation for a new-type struct with a single set of configurations.