Learn Rust the Dangerous Way: Existing Rust tutorials are great, but they focus on safe features.
This companion tutorial takes an unsafe-first approach that may be
more appealing for low-level systems programmers like me.
#c#optimization#rust#tutorial
lilos: The tiny RTOS I use for my personal projects these days. Powerful concurrency
using Rust `async` in only a few kiB of RAM, plus experimental debugging and
transparency features.
#async#debugging#embedded#lilos#rust#software