globcmp-lib 0.3.0

Library used by the globcmp crate. Provides methods to assess whether one glob pattern matches a file path more closely than another glob pattern does.
Documentation
[dependencies.multipeek]
version = "0.1.2"

[dependencies.stacker]
optional = true
version = "0.1.21"

[features]
stack-safe = ["dep:stacker"]

[lib]
name = "globcmp_lib"
path = "src/lib.rs"

[package]
authors = ["Gábor Nyéki <gn@gabornyeki.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = """
Library used by the globcmp crate.
Provides methods to assess whether one glob pattern matches a file path more closely than another glob pattern does.
"""
edition = "2024"
homepage = "https://github.com/gn0/globcmp/tree/main/globcmp-lib"
keywords = ["glob", "glob-pattern", "pattern-matching", "path-matching", "filesystem-path"]
license = "LGPL-3.0-only"
name = "globcmp-lib"
readme = "README.md"
repository = "https://github.com/gn0/globcmp/tree/main/globcmp-lib"
version = "0.3.0"