| Crates.io | deserialize_custom_strings |
| lib.rs | deserialize_custom_strings |
| version | 0.1.3 |
| created_at | 2021-05-10 12:46:44.959374+00 |
| updated_at | 2021-09-09 10:21:00.835888+00 |
| description | utility functions for deserializing custom strings using serde (e.g. emails or phone numbers) |
| homepage | https://github.com/jofas/deserialize_custom_strings |
| repository | https://github.com/jofas/deserialize_custom_strings |
| max_upload_size | |
| id | 395519 |
| size | 10,508 |
Utility functions for deserializing custom strings using serde,
e.g. for deserializing email addresses or phone numbers.
deserialize_u64 -> deserialize_to_type<T: FromStr>
make deserialization fail when format is incorrect