mirror of
https://github.com/GeK2K/nimutils
synced 2026-01-10 11:11:07 +00:00
No description
| docs | ||
| src | ||
| tst | ||
| .gitignore | ||
| config.nims | ||
| LICENSE.md | ||
| nimutils.nimble | ||
| README.md | ||
NimUtils
Introduction
Some useful tools for programming with the Nim.
Compatibility
Nim +2.0.0
Sub-modules
Each sub-module deals with a specific theme and each sub-module is limited to a single Nim file. E.g.:
- dates (probably the most important sub-module at this stage)
- mathematical intersection
- floating point comparisons
Getting started
Install nimutils using nimble:
nimble install nimutils
or add a dependency to the .nimble file of your project:
requires "nimutils >= 0.2.0"
and start using it.