[dependencies.match_string_macros]
version = "0.1.1"
[lib]
name = "match_string"
path = "src/lib.rs"
[package]
authors = ["Dexer Matters"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "text-processing"]
description = "Lightweight pattern-matching utilities for strings and sequences, with a proc-macro for ergonomic syntax"
edition = "2024"
homepage = "https://github.com/DexerMatters/match-string"
keywords = ["pattern", "parser", "macros", "strings"]
license = "MIT OR Apache-2.0"
name = "match-string"
readme = "README.md"
repository = "https://github.com/DexerMatters/match-string"
version = "0.1.2"