3 releases (breaking)
0.3.0 | Jun 15, 2024 |
---|---|
0.2.0 | Jun 15, 2024 |
0.1.0 | Apr 11, 2024 |
#214 in #response
Used in immortal_axum_utils
4KB
a simple proc macro for Axum IntoResponse trait
#[derive(Serialize, Deserialize, IntoResponse, Debug)]
pub struct ErrorResponse {
pub code: String,
pub msg: String,
pub errors: Vec<ErrorResponse>,
}
Dependencies
~1.5MB
~35K SLoC