BOOKS - Effective Rust 35 Specific Ways to Improve Your Rust Code
US $7.54
19373
19373
Effective Rust 35 Specific Ways to Improve Your Rust Code
Author: David Drysdale
Year: 2024
Number of pages: 296
Format: PDF | EPUB
File size: 10.1 MB
Language: ENG
Year: 2024
Number of pages: 296
Format: PDF | EPUB
File size: 10.1 MB
Language: ENG
Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the transition to writing idiomatic Rust—while also making full use of Rust's type system, safety guarantees, and burgeoning ecosystem. If you're a software engineer who has experience with an existing compiled language, or if you've struggled to convert a basic understanding of Rust syntax into working programs, this book is for you. By focusing on the conceptual differences between Rust and other compiled languages, and by providing specific recommendations that programmers can easily follow, Effective Rust will soon have you writing fluent Rust, not just badly translated C++. In the crowded landscape of modern programming languages, Rust is different. Rust offers the speed of a compiled language, the efficiency of a non-garbage-collected language, and the type safety of a functional language—as well as a unique solution to memory safety problems. As a result, Rust regularly polls as the most loved programming language. This book tries to help with these areas where programmers struggle, even if they already have experience with an existing compiled language like C++.