Tag: systems-programming
All the articles with the tag "systems-programming".
Rust FFI, Explained Simply
Published: at 10:00 AMFFI (Foreign Function Interface) scares a lot of beginner Rust developers. Here is a simple explanation, with concrete examples, of how Rust can talk to C code.