---
product_id: 112013492
title: "Programming Rust: Fast, Safe Systems Development 1st Edition, Kindle Edition"
brand: "jim blandyjason orendorff"
price: "₹ 1133"
currency: INR
in_stock: false
reviews_count: 8
url: https://www.desertcart.in/products/112013492-programming-rust-fast-safe-systems-development-1st-edition-kindle-edition
store_origin: IN
region: India
---

# Programming Rust: Fast, Safe Systems Development 1st Edition, Kindle Edition

**Brand:** jim blandyjason orendorff
**Price:** ₹ 1133
**Availability:** ❌ Out of Stock

## Quick Answers

- **What is this?** Programming Rust: Fast, Safe Systems Development 1st Edition, Kindle Edition by jim blandyjason orendorff
- **How much does it cost?** ₹ 1133 with free shipping
- **Is it available?** Currently out of stock
- **Where can I buy it?** [www.desertcart.in](https://www.desertcart.in/products/112013492-programming-rust-fast-safe-systems-development-1st-edition-kindle-edition)

## Best For

- jim blandyjason orendorff enthusiasts

## Why This Product

- Trusted jim blandyjason orendorff brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Description

Full description not available

## Images

![Programming Rust: Fast, Safe Systems Development 1st Edition, Kindle Edition - Image 1](https://m.media-amazon.com/images/I/91IsqOdCjLL.jpg)

## Customer Reviews

### ⭐⭐⭐⭐⭐ 5.0 out of 5 stars







  
  
    pj@usa.net
  

*by P***N on Reviewed in the United States on November 25, 2017*

I've just begun reading this book.  It's quite readable (for a serious programming language book), by a couple of people with a depth of history with Rust and with a long history in other serious systems programming projects.Earlier today I went looking for my first "Rust book", as Rust is at the top of my list as the next computer language that I want to learn. I started back in the 1970's with FORTRAN on CDC servers, and then with C inside Bell Labs on PDP 8's and 11's.  Kernighan and Ritchie's original 1978 "C Programming Language" is the oldest "classic" language book on my shelf, which, like this Rust book, I purchased shortly after it was published.Hopefully I will remember to return to this review, once I have gotten further into it.  But so far, it's looking like a potential "classic."Update #1: I've gotten a quarter of the way into the book.  It's most excellent so far, combining a rare mix of a readable, conversational style with a coherent organization and meticulous accuracy both in the detail and in the conceptual, by a couple of authors who know their stuff, both Rust and systems programming.  Unless the authors are the 1 in a 1000 who write polished prose in the first draft, there's the mark of some dang good editing here too.Update #2: This book (at least the Kindle version I'm reading) lacks a Table of Contents, which I miss.  The book is quite well organized, by chapter and subchapter, so I'm not sure why there is no Table of Contents.  Perhaps the hardcopy edition will have such, but the "location" rather than "page number" positioning of a Kindle book makes a Table of Contents more difficult?Update #3: Oops - sorry - there is a table of contents in the Kindle version.  It doesn't appear as part of the inline text such as after the title and copyright pages, before the Introduction.  Rather it's a special Kindle accessible table of contents (look for the 3 horizontal bar menu pull down icon, near the upper left), which you can access from any "page" in the book.Update #4: Unlike Kernighan and Ritchie's original 1978 "C Programming Language" book, and unlike David Beazley's essential 
  
Python Essential Reference







  
  
    , Blandy's Programming Rust book is not the primary and essential language reference.  In particular, the Index of Blandy's book is only about 15 pages, and I often find that a particular keyword for which I am looking is not in Blandy's Index.  Beazley's far more thorough index is about 77 pages, for a similar sized book, of around 600 pages each.  This reflects our changing times ... the world is online now, or at least Rust is.  For example, over the last day, I was frustrated by my limited newbie understanding of the various string types in Rust (a rich and carefully thought out area of Rust), until I realized that searching in the online Rust documentation, doc.rust-lang.org for the language, library and tools, and in particular, for my particular questions of the moment, doc.rust-lang.org/std for Rust's standard library, was a much more rewarding way to learn what I needed to know next.  (Yes, a 200 page book in 1978 could be a far more complete reference than a 600 page book today; the Rust of today is a far larger language than C was back in 1978.)

### ⭐⭐⭐⭐⭐ 5.0 out of 5 stars







  
  
    An excellent guide to Rust for the experienced developer.
  

*by E***L on Reviewed in the United States on February 18, 2018*

This an excellent, through guide to programming in Rust. It explains not only how Rust's unique compiler works but WHY it works the way it does. It's sections on lifetimes and traits I would consider must-reads for any Rust developer. Written in a clear, readable style that favors clarity and accuracy over conciseness or cleverness, it is an excellent guide to the language as it stands and should serve as a reference for years to come.This is one of the best language references I have seen, comparing favorably to 
  
Fluent Python: Clear, Concise, and Effective Programming







  
  
     and 
  
The Go Programming Language (Addison-Wesley Professional Computing Series)







  
  
     in it's ability to explain both the workings of the language in question and give a sense of that language's practical idioms and 'style'.It's worth noting that the book assumes a high level of programming knowledge and gloss over parts of the language that work exactly like Rust's counterparts in the traditional C-style programming languages. This is welcome in a nearly 600-page tome, but may alienate some potential purchasers. If you don't have long-term programming experience in a language like Go, Python, Java, or preferably C/C++, this is not the book for you - at least not yet ;).

### ⭐⭐⭐⭐ 4.0 out of 5 stars







  
  
    Some great gems, but non-linear presentation can lave you a bit bewildered.
  

*by M***T on Reviewed in the United States on February 3, 2021*

I loved the memory diagrams. They are probably worth the price of the book alone. There are also lots of one line gems that I have not seen anywhere else that were real eye openers for me. These are also worth the price of the book.My main complaint is that pretty advanced things are used before they're explained, especially in the first few chapters. Normally we think of effective human learning as analogous to: crawl, walk, run.  This book is more like: run, walk, crawl, run, walk.Also there are a variety of topics that get explained piecemeal along the way, without getting called out as individual and important topics.  For example, there's one section in the book that introduces lifetime concepts and issues, and it's not in a chapter called "lifetimes", and it's not even in a section called "lifetimes".  If you didn't already have a good grasp of lifetimes, I think you'd be doing some pretty good head-scratching.My advice: use other books or resources to learn to crawl, and walk, and then use this book when you are ready to run. At that point you will be able to appreciate the gems in this book without getting lost in the weeds.update: I added another star. Although everything I said above is true, after a month of studying the language with other books and tools,  I've come to appreciate that this book consistently provides important insights, details, and in-depth discussions of some topics that are simply too glossed-over in other texts.

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.in/products/112013492-programming-rust-fast-safe-systems-development-1st-edition-kindle-edition](https://www.desertcart.in/products/112013492-programming-rust-fast-safe-systems-development-1st-edition-kindle-edition)

---

*Product available on Desertcart India*
*Store origin: IN*
*Last updated: 2026-05-20*