nimutils

some useful tools for programming with Nim


Keywords
util, date, intersection, easter
License
MIT
Install
nimble install nimutils

Documentation

NimUtils

License: MIT

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.:

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.

Documentation