rstring 0.1.0

A comprehensive set of string manipulation utilities inspired by Apache Commons Lang3 StringUtils
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rstring"
version = "0.1.0"
edition = "2024"
description = "A comprehensive set of string manipulation utilities inspired by Apache Commons Lang3 StringUtils"
license = "MIT"
repository = "https://github.com/jntakpe/rstring"
keywords = ["string", "utils", "text", "manipulation"]
categories = ["text-processing"]

[dependencies]

[dev-dependencies]