OFFRE LISEUSES

Une liseuse achetée = une housse offerte* jusqu'au 21 juin

The Rust Programming Language, 3rd Edition

Par : Steve Klabnik, Carol Nichols, Chris Krycho
Offrir maintenant
Ou planifier dans votre panier
Disponible dans votre compte client Decitre ou Furet du Nord dès validation de votre commande. Le format ePub est :
  • Compatible avec une lecture sur My Vivlio (smartphone, tablette, ordinateur)
  • Compatible avec une lecture sur liseuses Vivlio
  • Pour les liseuses autres que Vivlio, vous devez utiliser le logiciel Adobe Digital Edition. Non compatible avec la lecture sur les liseuses Kindle, Remarkable et Sony
Logo Vivlio, qui est-ce ?

Notre partenaire de plateforme de lecture numérique où vous retrouverez l'ensemble de vos ebooks gratuitement

Pour en savoir plus sur nos ebooks, consultez notre aide en ligne ici
C'est si simple ! Lisez votre ebook avec l'app Vivlio sur votre tablette, mobile ou ordinateur :
Google PlayApp Store
  • Nombre de pages624
  • FormatePub
  • ISBN978-1-7185-0445-5
  • EAN9781718504455
  • Date de parution31/03/2026
  • Protection num.pas de protection
  • Taille3 Mo
  • Infos supplémentairesepub
  • ÉditeurNo Starch Press

Résumé

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