mirror of
https://github.com/nim-appkit/utils
synced 2026-01-02 07:44:48 +00:00
No description
| src/utils | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE.txt | ||
| README.md | ||
| utils.nimble | ||
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.