deserr 0.6.4

Deserialization library with focus on error handling
Documentation
1
2
3
4
5
#[cfg(feature = "serde-json")]
mod serde_json;

#[cfg(feature = "serde-json")]
pub use self::serde_json::{AxumJson, AxumJsonRejection};