Buying Options
Print List Price: | $59.99 |
Kindle Price: | $43.99 Save $16.00 (27%) |
Sold by: | Simon & Schuster Digital Sales Inc. Price set by seller. |
Your Memberships & Subscriptions

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required. Learn more
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.

![Rust in Action by [Tim McNamara]](https://m.media-amazon.com/images/I/41sy4yKp4WL._SX260_.jpg)
Rust in Action 1st Edition, Kindle Edition
Price | New from | Used from |
Audible Audiobook, Unabridged
"Please retry" |
$0.00
| Free with your Audible trial |
Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure.
Summary
Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques. You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming. Filled to the brim with real-life use cases and scenarios, you'll go beyond the Rust syntax and see what Rust has to offer in real-world use cases.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Rust is the perfect language for systems programming. It delivers the low-level power of C along with rock-solid safety features that let you code fearlessly. Ideal for applications requiring concurrency, Rust programs are compact, readable, and blazingly fast. Best of all, Rust’s famously smart compiler helps you avoid even subtle coding errors.
About the book
Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure. You’ll explore Rust implementations for file manipulation, networking, and kernel-level programming and discover awesome techniques for parallelism and concurrency. Along the way, you’ll master Rust’s unique borrow checker model for memory management without a garbage collector.
What's inside
Elementary to advanced Rust programming
Practical examples from systems programming
Command-line, graphical and networked applications
About the reader
For intermediate programmers. No previous experience with Rust required.
About the author
Tim McNamara uses Rust to build data processing pipelines and generative art. He is an expert in natural language processing and data engineering.
Table of Contents
1 Introducing Rust
PART 1 RUST LANGUAGE DISTINCTIVES
2 Language foundations
3 Compound data types
4 Lifetimes, ownership, and borrowing
PART 2 DEMYSTIFYING SYSTEMS PROGRAMMING
5 Data in depth
6 Memory
7 Files and storage
8 Networking
9 Time and timekeeping
10 Processes, threads, and containers
11 Kernel
12 Signals, interrupts, and exceptions
- ISBN-13978-1617294556
- Edition1st
- PublisherManning
- Publication dateSeptember 7, 2021
- LanguageEnglish
- File size9164 KB
Customers who viewed this item also viewed
Editorial Reviews
Review
"This well-written book will help you make the most of what Rust has
to offer."—Ramnivas Laddad, author of AspectJ in Action
"Makes it easy to explore the language and get going with it."—Federico Hernandez, Meltwater
"Rust in Action is remarkably polished!"—Christopher Haupt, Swoogo
"Engaging writing style and crisp, easy-to-grasp examples help the
reader get off the ground in no time."—Sumant Tambe, Linkedin --This text refers to an alternate kindle_edition edition.
About the Author
Product details
- ASIN : B098BNGMWH
- Publisher : Manning; 1st edition (September 7, 2021)
- Publication date : September 7, 2021
- Language : English
- File size : 9164 KB
- Text-to-Speech : Enabled
- Screen Reader : Supported
- Enhanced typesetting : Enabled
- X-Ray : Not Enabled
- Word Wise : Not Enabled
- Sticky notes : On Kindle Scribe
- Print length : 455 pages
- Best Sellers Rank: #272,007 in Kindle Store (See Top 100 in Kindle Store)
- #9 in Ruby Computer Programming
- #18 in Ruby Programming
- #20 in Parallel Computer Programming
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read author blogs and more
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on Amazon
Reviewed in the United States on September 28, 2021
-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
Tim does a great job incrementally exposing you to manageable chunks of related features.
He tries to "meet you half way" if you're coming from another popular language.
One pedantic issue is the pages are thin, so highlighters mark both sides. Zero regrets on this purchase though. Excellent resource.
I will update this review once I finish the book.
Part I is among best Rust primers that I know of where rust-specific concepts such as ownership and borrow are carefully done. Systems Programming deals with OS/hardware level programming that is traditionally done in C/C++ languages. Now Rust, as a modern language, comes with everything it takes to shine in the Systems area. Its potential is really huge, we got to wait and see. Part II introduces Rust for systems programming. This is helpful and welcome since Rust's own official documentation is quite terse for beginners.
Top reviews from other countries

If you are good at maths and perhaps already a strong programmer in a language like C, then I think you'll enjoy this book. If, like me, you need a concept explaining before the example hits you, you'll possibly struggle. The style of the book is to list some code, then pick out the syntax points, the reader apparently already innately aware as to why the concept itself matters.
Thus I'd recommend this as a conversion book for experienced C/C++ coders. For the pedestrian among us who nevertheless realise Python is an abomination and want a fast, reliable, typed language, find a more basic text to follow that explains why you'd want to do something before hitting you in the face with the intricacies of the syntax.
Good coding book - if you're already good at coding.

The official "rust book" doesn't cover a lot and sometimes can feel very overwhelming after each chapter, Rust in Action does a brilliant job explaining all the minor details as if it was communicating to a monkey.
If you're interested in picking up Rust (why wouldn't you be, if you're reading this review?) Rust in Action and Programming in Rust is a good reference. With the combination with these two books and online resources, you cannot fail.

Formatting is very bad