nim-ffi/README.md
Ivan FB ac303a707e
Start using CBOR (#23)
Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com>
Co-authored-by: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com>
2026-05-16 01:08:42 +02:00

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.