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

The Rust Programming Language, 3rd Edition

List Price: $59.99
SKU:
9781718504448
Quantity:
Minimum Purchase
25 unit(s)
  • 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:
    Steve Klabnik, Carol Nichols, Chris Krycho
    Format:
    Paperback
    Pages:
    624
    Publisher:
    No Starch Press (March 31, 2026)
    Imprint:
    No Starch Press
    Language:
    English
    Audience:
    General/trade
    ISBN-13:
    9781718504448
    ISBN-10:
    1718504446
    Weight:
    34.8oz
    Dimensions:
    7.13" x 9.31" x 1.11"
    File:
    RandomHouse-PRH_Book_Company_PRH_PRT_Onix_full_active_D20260405T164752_155746770-20260405.xml
    Folder:
    RandomHouse
    List Price:
    $59.99
    Country of Origin:
    United States
    Pub Discount:
    65
    Case Pack:
    14
    As low as:
    $46.19
    Publisher Identifier:
    P-RH
    Discount Code:
    A
    QuickShip:
    Yes
  • Overview

    Build stable, production-grade systems with Rust.

    The Rust Programming Language, 3rd Edition, teaches you to write code that the compiler can verify, teams can maintain, and systems can evolve safely over time. Written by longtime Rust community members, this book shows you how to work effectively with Rust’s type system, concurrency model, and tooling, using patterns and idioms chosen for long-term stability.

    Learn how to:
    • Design programs that communicate their invariants to the compiler
    • Use ownership, lifetimes, and traits to model real-world constraints
    • Write concurrent and multithreaded code with confidence and clarity
    • Build, test, document, and refactor projects using Cargo effectively
    • Handle errors explicitly and idiomatically
    • Apply expressive pattern matching to simplify complex logic

    Three substantial project chapters—focusing on a number-guessing game, a command-line tool, and a multithreaded server—demonstrate how these concepts work together in complete, real programs.

    Whether you’re new to Rust or already using it in production, this book helps you write code that scales safely and makes its guarantees explicit.

    New to this edition:
    • Complete async programming chapter
    • Miri for analyzing unsafe code
    • Built on the Rust 2024 Edition
    • Modern Rust idioms, tooling, and practices