Songday
#1
Hi friends
I searched on Bing ( Google was banned ) with ffi site:rust-lang.org
found: https://doc.rust-lang.org/book/first-edition/ffi.html
but this is out-of-dated
on 2018-edition book, I couldn’t find any info about FFI
I also found this:https://doc.rust-lang.org/stable/nomicon/ffi.html. not sure is this up-to-date?
There’s no fantastic FFI documentation provided by the project right now; the nomicon chapter is it.
The Rust Omnibus has some useful FFI info as well.
1 Like
Songday
#4
Thanks
, I’ll take a look on that
hellow
#5
Yes, the Rustonomicon is up to date
It is the reference for FFI.