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 »
The usage of Rust started as an experiment at Sentry but became a non negligible part of our infrastructure. This is lessons learned, what works and doesn't ... (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 »
linked to by This Week in Rust! Since I’ve been quickly becoming a Rustacean (Rust enthusiast) – see previous posts here – I decided to take a crack at the parser for my baseball … (more…)
Read more »
At FullStory we’re using Rust for core parts of our cross-platform mobile framework. In this two-part blog post we'll talk about our experience. (more…)
Read more »