







How our Rust collections library defends against adversarial trait implementations.
Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.

Rust Is Winning the AI Code Generation Race
I’ve been generating a lot of code with AI agents lately. Most of it in Rust, and nice about it is that it consistently better than what I…

The Definitive Guide to Error Handling in Rust
Learn to model and handle any error using idomatic Rust.

Rust traits and dependency injection - Julio Merino (jmmv.dev)
Dependency injection is one of my favorite design patterns to develop highly-testable and modular code. Unfortunately, applying this pattern by taking Rust traits as arguments to public functions has …
kyju.org
Horribly misusing Rust features to provide provable memory safety and tracing garbage collection for pointer soup.
The Ultimate Guide to Rust Newtypes
Clean up your code, clarify business logic and improve test coverage with Rust's newtype wrappers.

Introduction - Rust By Example
Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.
What would SQLite look like if written in Rust? — Part 1
Writing a SQLite clone from scratch in Rust

Tree Borrows | Proceedings of the ACM on Programming Languages
The Rust programming language is well known for its ownership-based type system, which offers strong guarantees like memory safety and data race freedom. However, Rust also provides unsafe escape hatches, for which safety is not guaranteed automatically ...

Why Use Structured Errors in Rust Applications?
Going against the common wisdom of “using anyhow for applications”.
Ditto - Introducing Safer FFI
Introducing safer_ffi, a Rust framework that allows you to write foreign function interfaces (FFI) without polluting your Rust code with `unsafe` while improving readability.

Help Wanted: Research Questions in Rust - Aaron Turon - OPLSS 2018
Supply chain attack on arrayref | Rust Blog
Empowering everyone to build reliable and efficient software.
