Rust Out Your C
https://www.youtube.com/watch?v=SKGVItFlK3w
Rust and C can coexist via extern
, so it’s possible to incrementally convert a codebase from C to Rust. A lot of general good advice about rewrites, but not too much specific advice about Rust.