unicode-reverse 1.0.8

Unicode-aware in-place string reversal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.unicode-segmentation]
version = "1.0"
[dev-dependencies.quickcheck]
version = "0.4"

[package]
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
description = "Unicode-aware in-place string reversal"
documentation = "https://docs.rs/unicode-reverse"
edition = "2018"
keywords = ["unicode", "string", "reverse", "graphemes", "no_std"]
license = "MIT / Apache-2.0"
name = "unicode-reverse"
readme = "README.md"
repository = "https://github.com/mbrubeck/unicode-reverse"
version = "1.0.8"