You can check out: https://github.com/microsoft/beginners-series-rust for the code that we'll be using throughout this series, as well as other helpful resou... (more…)
Read more »
Google has begun using Rust in settings where memory safety and performance are key considerations, including in key Android systems.
(more…)
Read more »
Arroyo is a distributed stream processing engine written in Rust - GitHub - ArroyoSystems/arroyo: Arroyo is a distributed stream processing engine written in Rust... (more…)
Read more »
There's a new security-oriented Linux for containers in town from Amazon and its name is Bottlerocket. Instead of being built almost entirely in C, it includes many components written in Rust. (more…)
Read more »
Over the last several years, I’ve rewritten Rust’s regex
crate to enable better internal composition, and to make it
easier to add optimizations while maintaining correctness. In the course of
this rewrite I created a new crate, regex-automata, which expo... (more…)
Read more »