deserr 0.6.4

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

#[cfg(feature = "serde-json")]
pub use self::query_parameters::AwebQueryParameter;
#[cfg(feature = "serde-json")]
pub use self::serde_json::{AwebJson, AwebJsonExtractFut};