Nyth implementation in C
- C 98.4%
- Meson 1.6%
libnyth
libnyth is a C implementation of Nyth 0.3.0.
For usage, refer to include/nyth.h.
Building
meson setup build/
meson compile -C build/
See meson_options.txt for building options.
Testing
meson test -C build/
Installation
meson install -C build/
License
BSD-2-Clause
See LICENSE for more information.