rust-lang / rust-by-example

Learn Rust with examples (Live code editor included)
https://doc.rust-lang.org/stable/rust-by-example/
Apache License 2.0
7.08k stars 1.35k forks source link

Split current "FFI" chapter, cover more topics #114

Closed japaric closed 7 years ago

japaric commented 10 years ago

The current chapter needs to be split:

These topics also need to be covered:

bbrodriges commented 10 years ago

It would be great if you could add an example to FFI chapter based of this Stackoverflow question http://stackoverflow.com/questions/26117197/create-interface-to-c-function-pointers-in-rust

steveklabnik commented 7 years ago

I'm going to close this in favor of https://github.com/rust-lang/rust-by-example/issues/643