Title
The Rust Programming Language (Covers Rust 2018),Used
Sold by Ergodebooks, an authorized reseller.
Returns accepted within 30 days | support@ergodebooks.com
Shipping Information
- Free Standard Shipping — United States only
- Processing Time: 1–3 business days
- Estimated Delivery: 3–5 business days after dispatch
- Double-boxed, fully insured & discreetly packaged
- Tracking number sent via email once dispatched
- Orders over $250 require signature upon delivery. Taxes calculated at checkout.
Returns & Refund
Returns accepted within 30 days of delivery.
Damaged or Defective Item
Free return shipping + replacement or full refund
Wrong Item Received
Free return shipping + replacement or full refund
Change of Mind
Return shipping at customer's expense · 25% restocking fee applies
The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018.The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over lowlevel details (such as memory usage) in combination with highlevel ergonomics, eliminating the hassle traditionally associated with lowlevel languages.The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's featuresfrom installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as:Ownership and borrowing, lifetimes, and traits Using Rust's memory safety guarantees to build fast, safe programs Testing, error handling, and effective refactoring Generics, smart pointers, multithreading, trait objects, and advanced pattern matching Using Cargo, Rust's builtin package manager, to build, test, and document your code and manage dependencies How best to use Rust's advanced compiler with compilerled programming techniquesYou'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server.New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.
⚠️ WARNING (California Proposition 65):
This product may contain chemicals known to the State of California to cause cancer, birth defects, or other reproductive harm.
For more information, please visit www.P65Warnings.ca.gov.
- Q: What is the main focus of 'The Rust Programming Language' book? A: The book focuses on teaching the Rust programming language, emphasizing its features for writing fast and reliable software while providing control over low-level details.
- Q: Who are the authors of this book? A: The book is authored by Steve Klabnik and Carol Nichols, both members of the Rust Core Team.
- Q: Is this book suitable for beginners in programming? A: Yes, the book starts with foundational concepts like functions and data types, making it accessible for beginners.
- Q: What topics are covered in the book? A: Topics include ownership and borrowing, lifetimes, traits, memory safety, testing, generics, multithreading, and using Cargo for package management.
- Q: How many pages does the book have? A: The book contains a total of 560 pages.
- Q: What is the publication date of this edition? A: This edition was published on August 12, 2019.
- Q: Does the book include practical examples or projects? A: Yes, it includes code examples and chapters dedicated to building complete projects, such as a guessing game and a multithreaded server.
- Q: What is the binding type of the book? A: The book is available in paperback binding.
- Q: Are there any updates in this edition compared to previous ones? A: Yes, this edition features an extended section on Rust macros and an expanded chapter on modules.
- Q: Can this book help with understanding Rust's compiler? A: Yes, the book provides insights on using Rust's advanced compiler and compiler-led programming techniques.