bronzerde_axum 0.1.5

`axum` extractors built on `bronzerde` to improve error responses
Documentation
1
2
3
4
5
6
7
//! Supporting types for the [`Json`] extractor.
mod json_;
mod rejections;

#[doc(hidden)]
pub use json_::Json;
pub use rejections::*;