globmatch 0.3.0

Cross platform glob matching with relative path components, against list of candidate paths determined by recursive iteration from a root directory.
Documentation
[dependencies.globset]
version = "0.4"

[dependencies.walkdir]
version = "2"
[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.log]
version = "0.4"

[lib]
bench = false
name = "globmatch"

[package]
authors = ["Martin Lampacher <lmapii@gmail.com>"]
description = "Cross platform glob matching with relative path components, against\nlist of candidate paths determined by recursive iteration from a root directory.\n"
documentation = "https://docs.rs/globmatch"
edition = "2021"
homepage = "https://github.com/lmapii/globmatch"
keywords = ["glob", "walkdir", "search", "pattern"]
license-file = "LICENSE"
name = "globmatch"
readme = "README.md"
repository = "https://github.com/lmapii/globmatch"
version = "0.3.0"