matchable 0.1.1

Check if text is matching against string or regex in one API.
Documentation
[dependencies.regex]
version = "1.7"

[dependencies.serde]
optional = true
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
serde = ["dep:serde"]

[package]
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "Check if text is matching against string or regex in one API."
edition = "2021"
license = "MIT"
name = "matchable"
readme = "README.md"
repository = "https://github.com/g-plane/matchable"
version = "0.1.1"