Michael-F-Bryan / rust-ffi-guide

A guide for doing FFI using Rust
https://michael-f-bryan.github.io/rust-ffi-guide/
Creative Commons Zero v1.0 Universal
282 stars 18 forks source link

Useful pre-reading #39

Open Michael-F-Bryan opened 7 years ago

Michael-F-Bryan commented 7 years ago

Because this is more of an advanced topic, it's probably a good idea to mention the things which people might also want to know about when going into the tutorial. Then provide a list of useful links to get them started if they need to do some pre-reading.

This was mentioned a bit in #38.


Some topics I can think of which may be useful:

And some resources:

For a lot of these, I'll probably point people at wikipedia because that's typically a good starting point.

cc: @gurgalex