null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Programming Rust (Fast, Safe Systems Development)

List Price: $79.99
SKU:
9781098176235
Quantity:
Minimum Purchase
25 unit(s)
Expected release date is Dec 1st 2026
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Jim Blandy, Jason Orendorff, Leonora F. S. Tindall
    Format:
    Paperback
    Pages:
    690
    Publisher:
    O'Reilly Media (December 1, 2026)
    Imprint:
    O'Reilly Media
    Release Date:
    December 1, 2026
    Language:
    English
    ISBN-13:
    9781098176235
    ISBN-10:
    1098176235
    Weight:
    16oz
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20260429163341-20260429.xml
    Folder:
    TWO RIVERS
    List Price:
    $79.99
    Country of Origin:
    United States
    Pub Discount:
    60
    Case Pack:
    14
    As low as:
    $68.79
    Publisher Identifier:
    P-PER
    Discount Code:
    C
  • Overview

    Rust combines low-level control with memory safety, making it an ideal choice for systems programming. This practical guide is for experienced programmers looking to write fast, reliable code while avoiding common pitfalls like data races and buffer overflows. Authors Jim Blandy, Jason Orendorff, and Leonora Tindall explain Rust's unique approach to ownership, borrowing, and concurrency, helping you build safe, high-performance applications.

    Fully updated for Rust's 2024 edition, this book introduces the latest language advancements while covering essential topics like generics, async programming, and C interoperability. Whether you're working on low-latency systems, embedded software, or multithreaded applications, this edition equips you with the knowledge to write efficient, production-ready Rust code.

    • Learn Rust's core principles, including ownership, borrowing, and lifetimes
    • Write safe, efficient concurrent code without data races
    • Use powerful features like macros, closures, and async programming
    • Integrate Rust with C and C++ through FFI and unsafe code
    • Apply best practices to write performance-critical, memory-safe applications