deserr 0.6.4

Deserialization library with focus on error handling
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod deny_unknown_fields;
mod error;
mod from;
mod map;
mod missing_field_error;
mod rename_all;
mod skip;
mod tag;
mod try_from;
mod validate;
mod where_predicate;