utils

Collection of string, parsing, pointer, ... utilities.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install utils
choosenim install utils
git clone https://github.com/nim-appkit/utils

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
utils - - - - - - -

Source

Repository https://github.com/nim-appkit/utils
Homepage https://github.com/nim-appkit/utils
Registry Source nimble_official

README

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.