datalike 0.0.1

Does a string look like a given datatype
Documentation
[package]
name = "datalike"
edition = "2018"
authors = ["alexhallam <alexhallam6.28@gmail.com>"]
keywords = ["data"]
license = "Unlicense/MIT"
repository = "https://github.com/alexhallam/datalike"
version = "0.0.1"
documentation = "https://docs.rs/datalike"
readme = "README.md"
description = "Does a string look like a given datatype"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.4.0"
regex = "1.4.5"