mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-05-07 02:39:38 +00:00
8 lines
259 B
Markdown
8 lines
259 B
Markdown
# 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.
|