wildescape 0.1.0

Simple string matching with questionmark, star wildcard operator and an escaped character.
Documentation
[[bench]]
harness = false
name = "patterns"

[dependencies]

[dev-dependencies.criterion]
version = "0.3.4"

[dev-dependencies.glob]
version = "0.3.0"

[dev-dependencies.ntest]
version = "0.7.3"

[dev-dependencies.regex]
version = "1.4.3"

[package]
authors = ["Jeremy He<yiliang.he@qq.com>"]
categories = ["algorithms"]
description = "Simple string matching  with questionmark, star wildcard operator and an escaped character."
edition = "2018"
keywords = ["globbing", "matching", "questionmark", "star", "string-matching"]
license = "MIT"
name = "wildescape"
readme = "README.md"
repository = "https://github.com/ImJeremyHe/wildescape"
version = "0.1.0"