No description
Find a file
2024-09-28 10:49:22 +02:00
docs first commit 2024-09-27 05:07:29 +02:00
src documentation update 2024-09-28 10:49:22 +02:00
tst first commit 2024-09-27 05:07:29 +02:00
.gitignore first commit 2024-09-27 05:07:29 +02:00
config.nims first commit 2024-09-27 05:07:29 +02:00
LICENSE.md first commit 2024-09-27 05:07:29 +02:00
nimutils.nimble first commit 2024-09-27 05:07:29 +02:00
README.md documentation update 2024-09-28 10:49:22 +02:00

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