[package]
edition = "2024"
name = "rstring"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive set of string manipulation utilities inspired by Apache Commons Lang3 StringUtils"
readme = "README.md"
keywords = [
"string",
"utils",
"text",
"manipulation",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/jntakpe/rstring"
[lib]
name = "rstring"
path = "src/lib.rs"
[dependencies]
[dev-dependencies]