Tag
#Rust
4 posts tagged with #Rust.
-
Leveling Up — Rust and Windows API
Continuing the compact-programs series: building 2048 in Rust with windows-rs, creating a native window via WinAPI, and wrangling the message queue.
#Rust #Windows #WinAPI #systems programming -
Diving into the Rusty Depths. How the Rust Compiler Works
A walkthrough of the Rust compiler source code — from parsing a source file to generating a binary via LLVM. We trace a program's journey through AST, HIR, and MIR.
#Rust #compilers #systems programming #LLVM -
Rusting Further. How Rust Came to Be and Can You Do Web with It?
A deep dive into the history of compilation — from processors and opcodes through C, Java, and JavaScript to LLVM and Rust. Understanding why Rust exists and when to use it for web.
#Rust #systems programming #WebAssembly #LLVM #compilers -
How We Rusted. A Story of Adoption and Learning
A real-world experience of adopting Rust in production — from reading the documentation inside out to replacing 16 Docker containers with a 564 KB binary.
#Rust #systems programming #learning #DevOps