simple-path-match 0.2.1

Trivial path matching
Documentation
[dependencies.beef]
default-features = false
version = "0.5.2"

[dependencies.snafu]
default-features = false
version = "0.8.9"

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

[package]
authors = ["Francis Russell <francis@unchartedbackwaters.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "filesystem"]
description = "Trivial path matching"
edition = "2021"
homepage = "https://github.com/FrancisRussell/simple-path-match"
keywords = ["path", "matching", "no-std"]
license = "BSD-3-Clause"
name = "simple-path-match"
readme = "README.md"
repository = "https://github.com/FrancisRussell/simple-path-match.git"
version = "0.2.1"