regex-specificity 0.1.0

A heuristic-based crate to calculate the specificity of a regular expression pattern against a specific string.
Documentation
[dependencies.regex-syntax]
default-features = false
features = ["unicode"]
version = "0.8"

[[example]]
name = "counterintuitive"
path = "examples/counterintuitive.rs"

[[example]]
name = "sort"
path = "examples/sort.rs"

[features]
default = ["std"]
std = []

[lib]
crate-type = ["rlib", "cdylib"]
name = "regex_specificity"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "no-std"]
description = "A heuristic-based crate to calculate the specificity of a regular expression pattern against a specific string."
documentation = "https://docs.rs/regex-specificity"
edition = "2024"
homepage = "https://github.com/KKW557/regex-specificity"
keywords = ["regex", "specificity", "heuristic", "pattern", "matching"]
license = "MIT"
name = "regex-specificity"
readme = "README.md"
repository = "https://github.com/KKW557/regex-specificity"
rust-version = "1.92.0"
version = "0.1.0"