mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-06-20 16:29:31 +00:00
Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Co-authored-by: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com>
8 lines
251 B
Markdown
8 lines
251 B
Markdown
# nim-ffi
|
|
Allows exposing Nim projects to other languages
|
|
|
|
## Example
|
|
|
|
`examples/timer` is now a self-contained Nimble project that imports `nim-ffi` directly.
|
|
Use `cd examples/timer && nimble install -y ../.. && nimble build` to compile the example.
|