1
Your Cart

Systems programming provides the foundation for the world’s computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management errors to data races between threads.

With this practical guide, experienced systems programmers will learn how to successfully bridge the gap between performance and safety using Rust. Jim Blandy, Jason Orendorff, and Leonora Tindall demonstrate how Rust’s features put programmers in control over memory consumption and processor use by combining predictable performance with memory safety and trustworthy concurrency.

You’ll learn:

  • Rust’s fundamental data types and the core concepts of ownership and borrowing
  • How to write flexible, efficient code with traits and generics
  • How to write fast, multithreaded code without data races
  • Rust’s key power tools: closures, iterators, and asynchronous programming
  • Collections, strings and text, input and output, macros, unsafe code, and foreign function interfaces

24 reviews for Programming Rust: Fast, Safe Systems Development

  1. Nick Keighley
    May 9, 2023
    Enjoyable read
    I find this a really easy and enjoyable read despite it being a potentially tough topic.It tackles "the hard bits" of Rust in masterful and clear mann...More
    I find this a really easy and enjoyable read despite it being a potentially tough topic.

    It tackles "the hard bits" of Rust in masterful and clear manner. Topics such as "borrowing" and "lifetimes".

    I haven't yet tried writing serious Rust code, and I suspect I shall find it a steep learning curve. But I'm also expecting the reward of robust code and easy parallelism.
    Helpful? 0 0
    Eli Atkinson
    February 28, 2022
    Great book on Rust
    Having read this book twice now, I went much more slowly and carefully the 2nd time after having written a lot of Rust code to try to cement the harde...More
    Having read this book twice now, I went much more slowly and carefully the 2nd time after having written a lot of Rust code to try to cement the harder topics (traits,generics etc) . It is a pretty excellent introduction to everything you would need to know to use Rust and occasionally goes fairly deep. My only disappointment is the async chapter, which is one of the longest chapters, and is a valiant attempt to explain this difficult topic but ultimately left me pretty bewildered. This time I can say its not entirely my fault, and there is even a kind of apology at the end of the chapter about why you may not want to use async Rust (its very complicated).
    Helpful? 0 0
Add a review

Your email address will not be published. Required fields are marked *

X

Frequently bought with Learn Python Programming: An in-depth introduction to the fundamentals of Python


AI-Assisted Programming: Better Planning, Coding, Testing, and Deployment Original price was: $59.99.Current price is: $19.99.
Learn AI-Assisted Python Programming with GitHub Copilot and ChatGPT Original price was: $49.99.Current price is: $19.99.
Artificial Intelligence Programming with Python: From Zero to Hero Original price was: $49.99.Current price is: $19.99.
Artificial Intelligence in Finance: A Python-Based Guide Original price was: $59.99.Current price is: $19.99.