Learn Rust the Dangerous Way
LRtDW is a series of articles putting Rust features in context for low-level C
programmers who maybe don’t have a formal CS background — the sort of
people who work on firmware, game engines, OS kernels, and the like. Basically,
people like me.
I’ve added Rust to my toolbelt, and I hope to get you excited enough to do the
same.
Why Learn Rust the Dangerous Way? Introduction and ground rules.
You can’t write C in just any ol’ language: translating a grungy
optimized C program into grungy optimize...
Read more at cliffle.com