I’ve been working recently on Backtalk, a little toy Rust framework for building realtime APIs. Let’s say you’re building a hot new tech startup — Facebook for Cats. You’re going to need a web server to track all these cats. Let’s build one quickly using ... (more…)
Read more »
A zero-dependency WebAssembly VM with a full-featured Web GUI debugger implemented in Rust. - GitHub - hemashushu/xiaoxuan-vm: A zero-dependency WebAssembly VM with a full-featured Web GUI debugger... (more…)
Read more »
I show how to use heterogeneous lists and traits to implement a type-safe printf in Rust. These mechanisms can ensure that two variadic argument lists share important properties, like the number of format string holes matches the number of printf argument... (more…)
Read more »
Rust is a systems programming language focused onspeed and safe concurrency, and which I’ve been using for personal projectsheavily since the 1.0 release las...
Read more »