deserialize_custom_strings 0.1.3

utility functions for deserializing custom strings using serde (e.g. emails or phone numbers)
Documentation
1
2
3
4
5
6
7
8
9
10
11
# deserialize_custom_strings

Utility functions for deserializing custom strings using `serde`,
e.g. for deserializing email addresses or phone numbers.


## TODO

* `deserialize_u64 -> deserialize_to_type<T: FromStr>`

* make deserialization fail when format is incorrect