deserialize_custom_strings 0.1.3

utility functions for deserializing custom strings using serde (e.g. emails or phone numbers)
Documentation
[dependencies.regex]
version = "^1.4.5"

[dependencies.serde]
features = ["derive"]
version = "^1.0.125"

[dev-dependencies.serde_json]
version = "^1.0.64"

[package]
authors = ["jofas <jonas@fc-web.de>"]
description = "utility functions for deserializing custom strings using serde (e.g. emails or phone numbers)"
edition = "2018"
homepage = "https://github.com/jofas/deserialize_custom_strings"
license = "MIT"
name = "deserialize_custom_strings"
readme = "README.md"
repository = "https://github.com/jofas/deserialize_custom_strings"
version = "0.1.3"