Some useful tools for programming with the Nim.
Nim +2.0.0
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
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.