Rust For Rustaceans
Rust For Rustaceans Master professional-level coding in Rust.For developers who've mastered the basics, this book is the next step on your way to professional-level programming in Rust. You'll…
Specifikacia Rust For Rustaceans
Rust For Rustaceans
Master professional-level coding in Rust.For developers who've mastered the basics, this book is the next step on your way to professional-level programming in Rust. 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. 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.
Gjengset also provides expert guidance on API design, testing strategies, and error handling, and will help develop your understanding of foreign function