For whatever reason "linear" types in Rust came up at work today, at which point I made my usual assertion that they're a nightmare, because they don't compose well. I tried to explain it off the top of my head, but I figured it's best for me to just writ... (more…)
Read more »
OneSignal has been using Rust extensively in production since 2016, and a lot has changed in the last four years. We look back at how Rust has transformed the way we deliver notifications here at OneSignal. (more…)
Read more »
SourceGear.Rust.NET.Sdk (aka the Llama Rust SDK) version 0.1.5 contains some progress on
using Rust to call .NET APIs. This blog entry
is a closer look at those features. (more…)
Read more »
One of the things I’ve always found mysterious about the Rust type system is the distinction between generic type parameters and associated types. They both allow one to define a trait with a… (more…)
Read more »
A toy TinyBASIC to Rust transpiler (BAS-to-RS). Contribute to jonasdn/bastors development by creating an account on GitHub. (more…)
Read more »