bt_string_utils 0.2.5

Basic string operations
Documentation
[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.12.2"

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

[package]
authors = ["calvarez <calvarez@bachuetech.biz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting", "development-tools"]
description = "Basic string operations"
edition = "2024"
homepage = "https://github.com/bachuetech/bt_string_utils"
keywords = ["strings", "split", "remove"]
license = "GPL-3.0-only"
name = "bt_string_utils"
readme = "README.md"
repository = "https://github.com/bachuetech/bt_string_utils"
version = "0.2.5"

[[test]]
name = "tests"
path = "tests/tests.rs"