Free Books
- Rust Atomics and Locks : Provides an excellent overview of low-level concurrency
- Writing an OS in Rust : Blog series creates a small operating system in the Rust
- Game development with Fyrox : Fyrox, general purpose game engine that is suitable for any kind of games
- Build a Lua Interpreter in Rust : This series of articles introduces the implementation of a Lua interpreter from scratch in the Rust language