







Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.
Introduction - Rust By Example
Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.
The Rust Programming Language - The Rust Programming Language
by Steve Klabnik, Carol Nichols, and Chris Krycho, with contributions from the Rust Community
Learning Rust
Learning Rust - Rust Programming Language Tutorials for Everyone!

Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.

Rust Programming Language
A language empowering everyone to build reliable and efficient software.


Understanding rust closures
Antoine Vandecrème personal site. Mostly about programming.
Rust Meets Dart With Release of rust_core 1.0.0
rust_core is an implementation of Rust's core library in Dart.

lambek - Rust
Lambek is a library that enables type-level programming in stable Rust, supporting advanced features including higher kinded types, higher ranked types, and constraint kinds. Although Rust do not natively support these features, Lambek uses techniques including defunctionalization and CPS transformation to emulate these features in Rust.
The Ultimate Guide to Rust Newtypes
Clean up your code, clarify business logic and improve test coverage with Rust's newtype wrappers.

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

Are we observable yet? An introduction to Rust telemetry
Hands-on technical leader, Rust expert.

“Implementation Selection” in Rust — Andrew Lilley Brinker
Exploring options for selecting branching paths in Rust code at compile time and runtime.
