string_manipulation_utf8 0.3.0

String manipulation functions using character indexing (UTF-8) instead of bytes.
Documentation
[dependencies]

[[example]]
name = "main"
path = "examples/main.rs"

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

[package]
authors = ["Gunther Willems"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = """
String manipulation functions using character indexing (UTF-8) instead of bytes.
"""
edition = "2021"
keywords = ["string", "manipulation", "substr", "indexof", "utf8"]
license = "MIT"
name = "string_manipulation_utf8"
readme = "README.md"
repository = "https://github.com/guntherwillems/rust-string-manipulation"
version = "0.3.0"

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