Programming Rust : Fast, Safe Systems Development 2nd Edition - Jason Orendorff
eTextbook alternate format product

Instant online reading.
Go digital and save!

Programming Rust

Fast, Safe Systems Development 2nd Edition

By: Jason Orendorff, Leonora F. S. Tindall, Jim Blandy

Paperback | 25 June 2021 | Edition Number 2

At a Glance

Paperback


RRP $152.00

$73.75

51%OFF

or 4 interest-free payments of $18.44 with

 or 
In Stock and Aims to ship in 1-2 business days

When will this arrive by?

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

More in Programming & Scripting Languages

Think Python : How To Think Like a Computer Scientist - Allen B. Downey
The C Programming Language : Prentice Hall Software - Brian Kernighan

RRP $101.95

$72.25

29%
OFF
Python All-in-One For Dummies : 3rd Edition - John C. Shovic

RRP $74.95

$55.50

26%
OFF
C# 12 in a Nutshell : The Definitive Reference - Joseph Albahari

RRP $133.00

$64.50

52%
OFF
Programming Rust : Fast, Safe Systems Development 2nd Edition - Jason Orendorff
C++ How to Program, Global Edition : 11th Edition - Harvey Deitel & Associates

RRP $161.17

$145.25

10%
OFF
Learning Go : An Idiomatic Approach to Real-World Go Programming - Jon Bodner
Go Cookbook : Expert Solutions for Commonly Needed Go Tasks - Sau Sheong Chang