Read all about our blazing fast Push Notification delivery system, OnePush, which is written in The Rust Programming Language.
Read more »
Strong opinions and crazy ideas on minimalism, hacking and everything in between. By Sylvain Kerkour, creator of Bloom. (more…)
Read more »
Rustc_codegen_cranelift is an alternative codegen backend for rustc based on Cranelift. It has the potential to improve compilation times in debug mode. In my experience the compile time improvemen... (more…)
Read more »
Rust for Windows v0.9 has recently been released and includes full consumption support, along with several other updates! With completed consumption support, you can now call any Windows APIs (past, present, and futur... (more…)
Read more »
Error handling in Rust is very different if you’re coming from other languages. In languages like Java, JS, Python etc, you usually throw exceptions and return successful values. In Rust, you return something called a Result. (more…)
Read more »