string_manipulation_utf8 0.3.0

String manipulation functions using character indexing (UTF-8) instead of bytes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "string_manipulation_utf8"
version = "0.3.0"
edition = "2021"
authors = ["Gunther Willems"]
license = "MIT"
description = """
String manipulation functions using character indexing (UTF-8) instead of bytes.
"""
keywords = ["string", "manipulation", "substr", "indexof", "utf8"]
categories = ["data-structures"]
readme = "README.md"
repository = "https://github.com/guntherwillems/rust-string-manipulation"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]