Module show_notes::e029

source ·
Expand description

I’m Out to C

  • Date: April 3, 2019
  • Subject: Using Rust’s Foreign Function Interface (FFI) with C!
  • download mp3
  • script

Modules

  • ffi 🔒
    The module with all the unsafe code in it! You’ll want to poke at this!

Structs

  • An example of a slightly more complex data structure we can use with FFI.
  • e029: I’m Out To C

Functions

  • A safe interface for the unsafe ffi::add.
  • A safe interface for the unsafe ffi::translate function.