Skip to content

rokups/nim-ustring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

utf-8 string for Nim

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages