strloin 0.3.0

copy on write slices of a string
Documentation
[lib]
name = "strloin"
path = "src/lib.rs"

[package]
authors = ["Shawn M Moore <code@shawn.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "parsing", "memory-management"]
description = "copy on write slices of a string"
edition = "2024"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["string", "str", "slice", "cow", "copy-on-write"]
license = "MIT"
name = "strloin"
readme = "README.md"
repository = "https://github.com/sartak/strloin"
rust-version = "1.85"
version = "0.3.0"