rexify 0.1.0

trait based matcher alternative to Regex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rexify"
version = "0.1.0"
edition = "2024"
authors = ["kntt32 <knt.t@outlook.com>"]
license = "MIT"
description = "trait based matcher alternative to Regex"
readme = "README.md"
repository = "https://github.com/kntt32/rexify"
homepage = "https://github.com/kntt32/rexify"
keywords = ["regex", "matcher"]
categories = ["text-processing"]
documentations = "https://docs.rs/rexify"

[dependencies]