unicode-reverse 1.0.9

Unicode-aware in-place string reversal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "unicode-reverse"
version = "1.0.9"
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
license = "MIT OR Apache-2.0"
description = "Unicode-aware in-place string reversal"
repository = "https://github.com/mbrubeck/unicode-reverse"
documentation = "https://docs.rs/unicode-reverse"
categories = ["text-processing"]
keywords = ["unicode", "string", "reverse", "graphemes", "no_std"]
edition = "2021"

[dependencies]
unicode-segmentation = "1.0"

[dev-dependencies]
quickcheck = "0.4"