I’ve been learning Rust for the past twenty days or so, working through the Blandy & Orendorff book, coding up things as I go. Once I got into playing with Rust traits and closures and as… (more…)
Read more »
Simon Chemouil – Director of Engineering, Core Backend For more than two years now, Kraken’s Core Backend team has been using Rust to modernize services originally written in PHP, while building new products, expanding the feature set and supporting the... (more…)
Read more »
With the recent ability for Rust to target AVR, it's time for me to bring my favorite feature of Rust to Arduino: async/await. Asynchronous code allows for doing (seemingly) multiple things at once, without the memory or CPU overhead of threads. (more…)
Read more »
A modern Quake engine. Contribute to cormac-obrien/richter development by creating an account on GitHub. (more…)
Read more »
As of Rust 1.72, at least one instance of ct_eq is being optimized out and causing incorrect behavior. The specific instance is here: xous-core/apps/vault/src/ctap/client_pin.rs Line 177 in 8a67c95... (more…)
Read more »