Tag: software-engineer
All the articles with the tag "software-engineer".
Rust Targets Explained Simply
Published: at 06:12 AMYour Rust code does not have to run on the machine that compiles it. Here is what targets and toolchains really are, how to read a target triple, and how to build for Linux, Windows, or ARM from your own laptop.
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.