nim-ffi/README.md

8 lines
259 B
Markdown
Raw Permalink Normal View History

2025-09-17 14:34:56 +02:00
# 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.