gstring 0.1.2

String with support for Unicode graphemes
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "gstring"
version = "0.1.2"
edition = "2021"
description = "String with support for Unicode graphemes"
license = "MIT"
repository = "https://github.com/qtfkwk/gstring"

[dependencies]
serde = { version = "1.0.215", features = ["derive"] }
unicode-segmentation = "1.12.0"