We have a guide written here: 
<https://status-im.github.io/nim-style-guide/interop.rust.html>

The short story is that it's easy to make rust behave like C for FFI purposes, 
and from there, everything you know about C-Nim FFI becomes applicable (which 
can be seen in the above guide: most of the FFI stuff is in the C section)

Reply via email to