What’s up today? (Part 1)

Crossing the Rust FFI frontier with Protocol Buffers

…one of the challenges to this new approach is safely passing richly-structured data across the API boundary in a way that’s memory-safe and works well with Rust’s ownership system. We wrote the ffi-support crate to help with this, if you write code that does FFI (Foreign function interface) tasks you should strongly consider using it.

10 Likes