ezstr 0.1.2

A String wrapper supporting negative indexing with grapheme indexing for slices and Regex::find_iter and Regex::find
Documentation
[[bin]]
name = "ezstr"
path = "src/main.rs"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.11.2"

[dependencies.unicode-segmentation]
version = "1.12.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A String wrapper supporting negative indexing with grapheme indexing for slices and Regex::find_iter and Regex::find"
edition = "2024"
license = "MIT"
name = "ezstr"
readme = false
version = "0.1.2"