This book is aimed at developers who have mastered the basics, and who want to take the next step to professional-level programming in Rust. Author Jon Gjengset covers everything needed to build and maintain larger code bases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your projects.
<ASIN:1718501854>
The author 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, and procedural macros.
Author: Jon Gjengset Publisher: No Starch Date: December 2021 Pages: 280 ISBN: 978-1718501850 Print: 1718501854 Kindle: B0957SWKBS Audience: Rust developers Level: Intermediate/Advanced Category: Other Languages
- How to design reliable, idiomatic, and ergonomic Rust programs based on best principles
- Effective use of declarative and procedural macros, and the difference between them
- How asynchrony works in Rust – all the way from the Pin and Waker types used in manual implementations of Futures, to how async/await saves you from thinking about most of those words
- What it means for code to be unsafe, and best practices for writing and interacting with unsafe functions and traits
- How to organize and configure more complex Rust projects so that they integrate nicely with the rest of the ecosystem
- How to write Rust code that can interoperate with non-Rust libraries and systems, or run in constrained and embedded environments
For more Book Watch just click.
Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.
To have new titles included in Book Watch contact BookWatch@i-programmer.info
Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.
Computer Concepts And Management Information Systems
Author: C.P Gupta and K. K. Goyal Publisher: Mercury Learning Pages: 250 ISBN:978-1683925866 Print:1683925866 Kindle: B08CVSHKG3 Audience: General Rating: 3 Reviewer: Kay Ewbank
This book is an introduction to the basics of what a computer is, what software is, and what management information syste [ ... ]
|
Coding All-In-One For Dummies
Author: Chris Minnick Publisher: For Dummies Pages: 912 ISBN: 978-1119889564 Print: 1119889561 Kindle: B0B5BBNW9L Audience: People wanting to learn to code in JavaScript, Flutter and Python Rating: 3.5 Reviewer: Kay Ewbank
This book is described as offering an ideal starting place for learning th [ ... ]
| More Reviews |
|