Contract as Code as Contract: Using Rust to Unify Specification/Implementation

Adam Leventhal, Oxide Computer Company David Pacheco, Oxide Computer Company Your API specification and implementation need to match. A mismatch is a recipe … Read more

Similar

The Safety Boat: Kubernetes and Rust

Our team, DeisLabs, recently released a new piece of software called Krustlet, which is a tool for running WebAssembly modules on the popular, open-source container management tool called Kubernetes. Kubernetes is used quite extensively to run cloud softw... (more…)

Read more »

Inviting God’s Wrath with Cursed Rust

This article is a story about optimising the size and performance of std::borrow::Cow<T> in Rust. It requires some basic knowledge of programming Rust, but doesn’t require any knowledge of the kind of low-level details of Rust’s compilation model. W... (more…)

Read more »