

#3777
Mentioned in 14 episodes
The Rust Programming Language
Book • 2018
This book is the official guide to Rust, an open-source systems programming language.
It covers everything from the basics of creating functions, choosing data types, and binding variables to advanced concepts such as ownership, borrowing, lifetimes, error handling, and fearless concurrency.
The book includes concept chapters and project chapters, where readers apply what they have learned by building small programs, including a number-guessing game, a Rust implementation of a command line tool, and a multithreaded server.
It emphasizes Rust’s ability to provide low-level control without the traditional risks of crashes or security holes, making it suitable for a wide range of programming tasks, from CLI apps to web servers.
It covers everything from the basics of creating functions, choosing data types, and binding variables to advanced concepts such as ownership, borrowing, lifetimes, error handling, and fearless concurrency.
The book includes concept chapters and project chapters, where readers apply what they have learned by building small programs, including a number-guessing game, a Rust implementation of a command line tool, and a multithreaded server.
It emphasizes Rust’s ability to provide low-level control without the traditional risks of crashes or security holes, making it suitable for a wide range of programming tasks, from CLI apps to web servers.
Mentioned by


















Mentioned in 14 episodes
Mentioned by
Grady Booch in the context of his collaboration and mutual influence on object-oriented design.


268 snips
Software architecture with Grady Booch
Mentioned as a great resource for learning Rust.

36 snips
1Password with Andrew Burkhart
Mentioned by Dong-Yoon Kang as the official name for the book is 'The Rust Programming Language'.

SWC with DongYoon Kang
Mentioned by
Chris Benson while discussing his experience learning Rust and the need for more accessible AI tools.


CMU's AI pilot lands in the news 🗞
Mentioned by
Carol Nichols as a resource she co-authored to teach Rust, stemming from her work improving Ruby performance and her collaboration with Steve Klabnik.


Intro to Rust programming (Interview)