The Rust Programming Language - Klabnik, Steve
- Format: Broché Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtre
Particulier
Vendeur favori
4,9/5 sur 62 ventes
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour
Avis sur The Rust Programming Language de Klabnik, Steve Format Broché - Livre Informatique
0 avis sur The Rust Programming Language de Klabnik, Steve Format Broché - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Gerhard Richter (German Edition): 100 Bilder
1 avis
Occasion dès 10,90 €
-
How The King Of Elfhame Learned To Hate Stories
Neuf dès 15,05 €
-
Outlander 4-Copy Boxed Set
Occasion dès 8,39 €
-
Le Singe Et La Fleur De Lotus: 52 Histoires Bouddhistes Qui Vont Changer Votre Vie (Développement Personnel Et Éveil Spirituel) (French Edition)
1 avis
Occasion dès 11,00 €
-
Pride And Prejudice Music From The Motion Picture Soundtrack - Pride And Prejudice Sheet Music Book With 12 Pieces For Piano Solo
Neuf dès 20,28 €
-
Empowered
Neuf dès 31,06 €
Occasion dès 20,59 €
-
The Boyfriend
16 avis
Neuf dès 11,50 €
Occasion dès 9,32 €
-
Henri Cartier-Bresson
Occasion dès 17,00 €
-
Las Que No Duermen Nash
Occasion dès 16,37 €
-
Shantala : Arte Tradicional De Masaje Para Bebés
Occasion dès 11,30 €
-
Curiosities - Une Monographie 2003-2018
6 avis
Occasion dès 19,22 €
-
Eugène Atget Paris
7 avis
Neuf dès 20,00 €
Occasion dès 13,00 €
-
Atlas: The Story Of Pa Salt
1 avis
Neuf dès 22,09 €
Occasion dès 12,87 €
-
Harry Potter 6 And The Half-Blood Prince
10 avis
Neuf dès 11,98 €
Occasion dès 11,97 €
-
Initiation À L'hébreu Biblique
2 avis
Occasion dès 16,00 €
-
Wish I Was Here
Neuf dès 60,56 €
Occasion dès 7,40 €
-
Dictionnaire Technique Generale Anglais/Francais
Occasion dès 14,00 €
-
A Complete Guide To Learning The Irish Mandolin
Occasion dès 10,00 €
-
The White Album
Neuf dès 13,79 €
Occasion dès 30,10 €
-
Walk Among Us
Neuf dès 20,33 €
Produits similaires
Présentation The Rust Programming Language de Klabnik, Steve Format Broché
- Livre Informatique
Résumé :
The Rust Programming Language is the official book on Rust, an open-source, community-developed systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This is the undisputed go-to guide to Rust, written by two members of the Rust core team, with feedback and contributions from 42 members of the community. The book assumes that you've written code in another programming language but makes no assumptions about which one, meaning the material is accessible and useful to developers from a wide variety of programming backgrounds.
Known by the Rust community as The Book, The Rust Programming Language includes concept chapters, where you'll learn about a particular aspect of Rust, and project chapters, where you'll apply what you've learned so far to build small programs.
The Book opens with a quick hands-on project to introduce the basics then explores key concepts in depth, such as ownership, the type system, error handling, and fearless concurrency. Next come detailed explanations of Rust-oriented perspectives on topics like pattern matching, iterators, and smart pointers, with concrete examples and exercises--taking you from theory to practice.
The Rust Programming Language will also show you how to:
- Grasp important concepts unique to Rust, like ownership, borrowing, and
lifetimes
- Use Cargo, Rust's built-in package manager, to build and maintain your code,
including downloading and building dependencies
- Effectively use Rust's zero-cost abstractions and employ your own
You'll learn to develop reliable code that's speed and memory efficient, while avoiding the infamous and arcane programming pitfalls common at the systems level. When you need to dive down into lower-level control, this guide will show you how without taking on the customary risk of crashes or security holes and without requiring you to learn the fine points of a fickle toolchain.
You'll also learn how to create command line programs, build single- and multithreaded web servers, and much more.
The Rust Programming Language fully embraces Rust's potential to empower its users. This friendly and approachable guide will help you build not only your knowledge of Rust but also your ability to program with confidence in a wider variety of domains.
Biographie:
Steve Klabnik works at Mozilla, is on the core team of Rust, and leads the documentation team. Klabnik is a frequent speaker at conferences and is a prolific open source contributor, previously working on projects such as Ruby and Ruby on Rails.
Carol Nichols is a member of the Rust Tools and Community Teams. She's a co-founder of Integer 32, LLC, the world's first Rust-focused software consultancy. She also organizes the Rust Belt Rust Conference.
Sommaire:
Introduction
Chapter 1: Getting Started
Chapter 2: A Quick Tutorial---Guessing Game
Chapter 3: Common Programming Concepts
Chapter 4: Understanding Ownership
Chapter 5: Structs
Chapter 6: Enums and Pattern Matching
Chapter 7: Modules
Chapter 8: Common Collections
Chapter 9: Error Handling
Chapter 10: Generic Types, Traits, and Lifetimes
Chapter 11: Testing
Chapter 12: An Input/Output Project
Chapter 13: Functional Language Features in Rust--Iterators and Closures
Chapter 14: More about Cargo and Crates io
Chapter 15: Smart Pointers
Chapter 16: Concurrency
Chapter 17: Is Rust Object Oriented?
Chapter 18: Patterns
Chapter 19: More About Lifetimes
Chapter 20: Advanced Type System Features
Appendix A: Keywords
Appendix B: Operators
Appendix C: Derivable Traits
Appendix D: Nightly Rust\
Nightly Rust
Glossary