







A strong application is a well-logged application
Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.

Why Use Structured Errors in Rust Applications?
Going against the common wisdom of “using anyhow for applications”.
What is maintenance, anyway? | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!

fjall - Rust
Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:
Are we observable yet? An introduction to Rust telemetry
Hands-on technical leader, Rust expert.

kyju.org
Horribly misusing Rust features to provide provable memory safety and tracing garbage collection for pointer soup.
The state of the Rust dependency ecosystem
Over the past few days, I analyzed over 200,000 crates from crates.io to uncover patterns in maintenance, developer engagement, security, and overall ec...
Logging Sucks - Your Logs Are Lying To You
Why traditional logging fails and how wide events can fix your observability

Making Rust Workers reliable: panic and abort recovery in wasm‑bindgen
Panics in Rust Workers were historically fatal, poisoning the entire instance. By collaborating upstream on the wasm‑bindgen project, Rust Workers now support resilient critical error recovery, including panic unwinding using WebAssembly Exception Handling.

rumqttc - Rust
A pure rust MQTT client which strives to be robust, efficient and easy to use. This library is backed by an async (tokio) eventloop which handles all the robustness and and efficiency parts of MQTT but naturally fits into both sync and async worlds as we’ll see
The Definitive Guide to Error Handling in Rust
Learn to model and handle any error using idomatic Rust.

The Ultimate Guide to Rust Newtypes
Clean up your code, clarify business logic and improve test coverage with Rust's newtype wrappers.

rust-lang/rust is adopting an LLM policy | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!

Pretty State Machine Patterns in Rust
A computer scientist working in open source towards a more hopeful future.

In defense of lock poisoning in Rust · sunshowers
It's worth retaining one of multithreaded Rust's most valuable features.
