Programming Rust

Programming Rust

2021 • 622 pages

Ratings1

Average rating5

15

The Rust programming language offers the rare and valuable combination of statically verified memory safety and low-level control. Imagine C++ but without dangling pointers, null pointer dereferences, or buffer overruns, and with a deep library of freely reusable libraries. This practical guide gives systems and application programmers alike a solid understanding of Rust's rules, and shows how to put them to work ensuring their programs are not only efficient, but free of broad classes of common errors. Rust brings the benefits of an expressive modern type system to systems programming. Authors Jim Blandy, Jason Orendorff, and Leonora F.S. Tindall demonstrate how Rust's features put programmers in control over memory consumption and processor use, combining predictable performance with memory safety and trustworthy concurrency. You'll learn: How to write fast, safe, concurrent programs in Rust Rust's rules for managing memory efficiently, including ownership, borrowing, moves, and lifetimes How to design interfaces that fit well into the Rust ecosystem Cargo, Rust's all-purpose tool for building, testing, and managing Rust packages High-level features like traits, generics, closures, and iterators that make Rust productive and flexible


Become a Librarian

Reviews

Popular Reviews

Reviews with the most likes.

There are no reviews for this book. Add yours and it'll show up right here!


Top Lists

See all (1)

List

14 books

Want for Work

Real-World Cryptography
Programming Rust
Kubernetes: Up and Running
Software Architecture Metrics
Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
Clean Architecture: A Craftsman's Guide to Software Structure and Design
The Staff Engineer's Path

Related Books

Books

9 books

Readers of This Book Also Enjoyed

If you enjoyed this book, then our algorithm says you may also enjoy these.