Rust For Rustaceans (häftad)
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
264
Utgivningsdatum
2021-12-21
Förlag
No Starch Press,US
Dimensioner
234 x 178 x 18 mm
Vikt
431 g
Antal komponenter
1
ISBN
9781718501850
Rust For Rustaceans (häftad)

Rust For Rustaceans

Idiomatic Programming for Experienced Developers

(1 röst)
Häftad,  Engelska, 2021-12-21
462
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 199 kr för privatkunder i Sverige.
For developers who've mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger code bases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your projects. Author Jon Gjengset takes you deep into the Rust programming language, dissecting core topics like ownership, traits, concurrency, and unsafe code. You'll explore key concepts like type layout and trait coherence, delve into the inner workings of concurrent programming and asynchrony with async/await, and take a tour of the world of no_std programming. Gjengset also provides expert guidance on API design, testing strategies, and error handling, and will help develop your understanding of foreign function interfaces, object safety, procedural macros, and much more. You'll Learn: How to design reliable, idiomatic, and ergonomic Rust programs based on best principles; Effecti
Visa hela texten

Passar bra ihop

  1. Rust For Rustaceans
  2. +
  3. The Rust Programming Language: 2nd Edition

De som köpt den här boken har ofta också köpt The Rust Programming Language: 2nd Edition av Steve Klabnik, Carol Nichols (häftad).

Köp båda 2 för 1033 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Recensioner i media

"You'll learn dozensprobably hundredsof things about how to improve your Rust programming by reading this book." Tim McNamara, author of Rust in Action "One of Rust's weaknesses as a language is there's a lot of beginner content and a lot of advanced content, but any intermediate content is just nonexistent or requires quite the struggle to learn. Jon Gjengset has done a wonderful job of distilling those next steps into an easy to read book." Michael Gattozzi, Senior Software Engineer, Fastly "For a long time, people have asked me what they should read after The Rust Programming Language. Rust for Rustaceans is that book. This book will teach you how to effectively *use* Rust, after you've understood the core syntax and semantics of the language itself. Rust has a rich number of tools for you to choose from, and Rust for Rustaceans will show them all off, and teach you how to properly take advantage of all the richness Rust has to offer." Steve Klabnik, co-author of The Rust Programming Language "Rust for Rustaceans is such a good book (for folks who already know rust)!" Ron Bowes, @iagox86

Övrig information

Jon Gjengset has worked in the Rust ecosystem since the early days of Rust 1.0, and built a high-performance relational database from scratch in Rust over the course of his PhD at MIT. Hes been a frequent contributor to the Rust toolchain and ecosystem, including the asynchronous runtime tokio, and maintains several popular Rust crates, such as hdrhistogram and inferno. Jon has been teaching Rust since 2018, when he started live-streaming intermediate-level Rust programming. Since then, hes made videos that cover advanced topics like async and await, pinning, variance, atomics, dynamic dispatch, and more, which have been received enthusiastically by the Rust community. David Tolnay, who reviewed the books technical content, is a prolific, well-known, and respected contributor in the Rust ecosystem who maintains some of the most widely used Rust libraries, including syn, serde, and anyhow. He is also a member of the Rust library team.

Innehållsförteckning

Chapter 1: Rust Programming Mindset Chapter 2: Foundations Chapter 3: Types and Traits Chapter 4: Designing Interfaces Chapter 5: Error Handling Chapter 6: Project Structure Chapter 7: Testing Chapter 8: Macros Chapter 9: Asynchronous Programming Chapter 10: Unsafe Rust Chapter 11: Concurrency Chapter 12: Foreign Function Interface Chapter 13: no_std Chapter 14: Interacting with Large Projects Chapter 15: Putting It Together Index