No description
Find a file
2015-11-30 17:28:54 +01:00
src/utils work on parser and config 2015-11-30 17:28:54 +01:00
.gitignore CONFIG 2015-11-28 15:34:47 +01:00
CHANGELOG.md Initial commit with string stuff and parser 2015-11-26 20:21:39 +01:00
LICENSE.txt Initial commit with string stuff and parser 2015-11-26 20:21:39 +01:00
README.md Fixed license in readme. 2015-11-26 20:46:24 +01:00
utils.nimble CONFIG 2015-11-28 15:34:47 +01:00

nim-utils

A collection of useful extensions for Nim.

  • string utilities: save version of format, camelCase, kebapCase converters, ...
  • Parser: a string parser object that makes parsing text very convenient.
  • Ptr: a pointer object that makes working with binary data more convenient.
  • ...

Browse the code to explore more.

Additional Information

Changelog

See CHANGELOG.md.

Versioning

This project follows SemVer.

License.

This project is under the MIT license.