No description
Find a file
2018-11-03 16:17:26 -05:00
tests Install nimgen, cleanup tests, gnu11 2018-11-03 16:17:26 -05:00
.gitignore Initial version 2018-03-08 23:35:18 -06:00
LICENSE Install directly with nimble 2018-03-11 17:49:55 -05:00
nimrax.cfg Install nimgen, cleanup tests, gnu11 2018-11-03 16:17:26 -05:00
nimrax.nimble Install nimgen, cleanup tests, gnu11 2018-11-03 16:17:26 -05:00
README.md Install nimgen, cleanup tests, gnu11 2018-11-03 16:17:26 -05:00

Nimrax is a Nim wrapper for the rax library by Salvatore Sanfilippo.

Nimrax is distributed as a Nimble package and depends on nimgen and c2nim to generate the wrappers. The rax source code is downloaded using git.

Installation

Nimrax can be installed via Nimble:

> nimble install nimrax

This will download, wrap and install nimrax in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.

Usage

Module documentation can be found here.

import nimrax/rax

var r = raxNew()

Credits

Nimrax wraps the rax library and all its licensing terms apply to the usage of this package.

Credits go out to c2nim as well without which this package would be greatly limited in its abilities.

Feedback

Nimrax is a work in progress and any feedback or suggestions are welcome. It is hosted on GitHub with an MIT license so issues, forks and PRs are most appreciated.