unicode-reverse 1.0.0

Unicode-aware in-place string reversal
Documentation
1
2
3
4
5
6
7
8
9
# unicode-reverse

This Rust crate can reverse arbitrary strings, in-place without allocation.
It correctly handles UTF-8 sequences and grapheme clusters, including
combining marks and astral characters such as Emoji.

As described in [this article by Mathias Bynens][1], 

[1]: https://mathiasbynens.be/notes/javascript-unicode