mirror of
https://github.com/rokups/nim-ustring
synced 2026-01-02 08:24:42 +00:00
No description
| utf8rewind | ||
| LICENSE | ||
| README.md | ||
| ustring.nim | ||
| ustring.nimble | ||
| utf8rewind-update.sh | ||
ustring
This is utf-8 string implementation for Nim. It is based on excellent battle-tested utf8rewind library In order to use this library project must link to utf8rewind.
Features
- Common string manipulation functions
- Converters to and from
string,cstring,char - Nim string slicing with roof (^) operator
- String manipulation functions using inclusive ranges
Usage
nimble install ustring
If you wish to use custom utf8rewind library:
- Build your project with
-d:ustringUtf8RewindPath=/path/to/utf8rewind-source
If you wish to use external utf8rewind library (provided by your package manager for example):
- Build with
-d:ustringExternalUtf8Rewind