In this post, CrowdStrike's Engineering team walks through one possible way of adapting a library to handle OOM events without aborting the process. (more…)
Read more »
Welcome to the second edition of 24 Days of Rust!
Two years ago in December 2014 the
first edition was pretty well
received by the Rust community. That was a hard time - we were still before
the 1.0 release of the language. I had to keep up with updating...
Read more »
Last year was an important year for Async Rust, culminating in the release of async fn in traits, one of Rust’s most long-awaited language features. I’m really proud of the work and expertise the Async Working Group has put in to this effort, and for the ... (more…)
Read more »
The Rust compiler has a few assumptions that it makes about the behavior of all code. Violations of those assumptions are referred to as Undefined Behavior. Since Rust is a safe-by-default ... (more…)
Read more »
Arthur Carcano's online presence. If you've googled me, that's probably what you're looking for. (more…)
Read more »