Engineering posts about Rust
Curated summaries and key learnings for engineers working with Rust.
Cloudflare
17m
How we found a bug in the hyper HTTP library
This article details the investigation and resolution of a bug encountered in the hyper HTTP library, which affected the Images service built on Cloudflare's edge network. The bug manifested as...
Cloudflare
11m
Making Rust Workers reliable: panic and abort recovery in wasm‑bindgen
The article discusses the implementation of panic and abort recovery mechanisms in Rust Workers running on the Cloudflare Workers platform, which compiles Rust to WebAssembly. It highlights the...