url-match 0.1.7

URL match patterns library
Documentation
[package]
name = "url-match"
version = "0.1.7"
authors = ["u4bi <admin@naver.id>"]
description = "URL match patterns library"
repository = "https://github.com/u4bi/url-match"
license = "MIT"
keywords = ["url", "pattern", "match", "url-match", "url-pattern"]
include = ["src/*.rs", "tests/*.rs", "examples/*.rs", "Cargo.toml"]
readme = "README.md"

[dependencies]
lazy_static = "1"
regex = "0.2"

[lib]
name = "url_match"