A jargon-free, practical explanation of monads as a design pattern.| Demystifying monads in Rust through property-based testing
A hash map implemented with quadratic probing and SIMD lookup.| doc.rust-lang.org
Types that pin data to a location in memory.| doc.rust-lang.org
Contents| safecpp.org
Last year I finally decided to learn some Rust. The official book by Steve Klabnik and Carol Nichols is excellent, but even after reading it and working on some small code exercises, I felt that I …| Manuel Cerón
The essentials of the Rust programming language in one post| GeekLaunch
A hash map implemented with quadratic probing and SIMD lookup.| doc.rust-lang.org
Native threads.| doc.rust-lang.org
Types that pin data to a location in memory.| doc.rust-lang.org
The core primitive for interior mutability in Rust.| doc.rust-lang.org
An ordered map based on a B-Tree.| doc.rust-lang.org
This post discusses Rust references, specifically the syntactical and usage aspects. You have already read about safety aspects of references in the post Memory safety in Rust - part 2.| HashRust
A guide to developing the Rust compiler (rustc)| rustc-dev-guide.rust-lang.org
Preface (by Jimmy Hartzell) I am a huge fan of Jon Gjengset’s Rust for Rustaceans, an excellent book to bridge the gap between beginner Rust programming skills and becoming a fully-functional member of the Rust community. He’s famous for his YouTube channel as well; I’ve heard good things about it (watching video instruction isn’t really my thing personally). I have also greatly enjoyed his Twitter feed, and especially have enjoyed the thread surrounding this tweet:| The Coded Message