ferray-strings 0.2.3

String operations on character arrays for ferray
Documentation
[package]
name = "ferray-strings"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"
description = "String operations on character arrays for ferray"

[dependencies]
ferray-core = { workspace = true }
regex = { workspace = true }

[dev-dependencies]
proptest = { workspace = true }