mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-07-30 11:33:31 +00:00
The whole point of a generic generator is decoupling — this couples every consumer of nim-ffi to one specific project's Nim build conventions. Plumb these through genBindings() parameters or a config block.
nim-ffi
Allows exposing Nim projects to other languages
Example
examples/nim_timer is now a self-contained Nimble project that imports nim-ffi directly.
Use cd examples/nim_timer && nimble install -y ../.. && nimble build to compile the example.
Description
Languages
Nim
87%
Smarty
5.7%
C++
3%
C
2.2%
CMake
2.1%