deserialize_custom_strings

Crates.iodeserialize_custom_strings
lib.rsdeserialize_custom_strings
version0.1.3
sourcesrc
created_at2021-05-10 12:46:44.959374
updated_at2021-09-09 10:21:00.835888
descriptionutility functions for deserializing custom strings using serde (e.g. emails or phone numbers)
homepagehttps://github.com/jofas/deserialize_custom_strings
repositoryhttps://github.com/jofas/deserialize_custom_strings
max_upload_size
id395519
size10,508
Jonas Fassbender (jofas)

documentation

README

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

Commit count: 72

cargo fmt