simple-string-patterns 0.4.0

Makes it easier to match, split and extract strings in Rust without regular expressions. The parallel string-patterns crate provides extensions to work with regular expressions via the Regex library
Documentation
[package]
name = "simple-string-patterns"
version = "0.4.0"
edition = "2021"
description = "Makes it easier to match, split and extract strings in Rust without regular expressions. The parallel string-patterns crate provides extensions to work with regular expressions via the Regex library"
repository = "https://github.com/neilg63/simple-string-patterns"
categories = ["text-processing", "parsing"]
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html


[features]
default = []
rules = []
chain = []

[dependencies]
alphanumeric = "0.2.0"

[dev-dependencies]
criterion = "0.5"

[[bench]]
name = "matching"
harness = false