mut-str 1.0.2

A toolkit for working with mutable string slices (&mut str).
Documentation
[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
crate-type = ["lib"]
edition = "2021"
name = "mut_str"
path = "lib/lib.rs"

[package]
authors = ["Tom Boddaert"]
categories = ["text-processing", "no-std"]
description = "A toolkit for working with mutable string slices (&mut str)."
edition = "2021"
homepage = "https://github.com/tomBoddaert/mut-str"
keywords = ["mutability", "string", "slice"]
license = "MIT OR Apache-2.0"
name = "mut-str"
readme = "README.md"
repository = "https://github.com/tomBoddaert/mut-str"
version = "1.0.2"