Stop choosing between speed and safety. Master the language that gives you both.
For decades, developers have been forced to make a trade-off: the raw performance of C/C++ (at the cost of memory safety) or the safety of languages like Java and Python (at the cost of garbage collectors and runtime overhead). Rust solves this problem, and "Rust for Developers" is your practical, project-based guide to mastering it.
This book is written for you: the experienced programmer. Whether you come from C++, Go, Python, or Java, you already know how to code. This guide teaches you the Rust philosophy, showing you how to leverage your existing skills to write fast, modern, and incredibly safe systems-level software.
Forget abstract theory. You will learn by building. This hands-on guide walks you through Rust's most powerful and unique features, including the ownership and borrowing model that provides compile-time memory safety without a garbage collector.
Inside "Rust for Developers," you will:
Master the Core: Build an intuitive understanding of Rust's heart: Ownership, Borrowing, and Lifetimes.
Write Fearless Concurrency: Learn how Rust's type system prevents data races at compile time, allowing you to write parallel code with confidence.
Build Powerful Abstractions: Use traits, generics, and enums to build flexible and reusable, zero-cost abstractions.
Handle Errors Robustly: Master the Result and Option enums for production-grade error handling.
Profile and Optimize: Use Rust's built-in tools to find and fix performance bottlenecks.
Bridge the Gap: Interface with C code using Rust's Foreign Function Interface (FFI).
Build Two Complete, Real-World Projects:
A Parallel CLI Tool: Build a high-performance, multi-threaded "rsgrep" command-line utility, mastering CPU-bound tasks and parallel processing.
A High-Performance Web Backend: Create a modern, asynchronous "todo_api" web server, learning to handle I/O-bound tasks with tokio and axum.
Stop fighting with trade-offs and start building the next generation of software. This book is your practical path to becoming a proficient, fearless Rust developer.
Get your copy today and master modern systems programming.
Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.
Anbieter: GreatBookPrices, Columbia, MD, USA
Zustand: As New. Unread book in perfect condition. Bestandsnummer des Verkäufers 51866447
Anzahl: Mehr als 20 verfügbar
Anbieter: GreatBookPrices, Columbia, MD, USA
Zustand: New. Bestandsnummer des Verkäufers 51866447-n
Anzahl: Mehr als 20 verfügbar
Anbieter: Grand Eagle Retail, Bensenville, IL, USA
Paperback. Zustand: new. Paperback. Stop choosing between speed and safety. Master the language that gives you both.For decades, developers have been forced to make a trade-off: the raw performance of C/C++ (at the cost of memory safety) or the safety of languages like Java and Python (at the cost of garbage collectors and runtime overhead). Rust solves this problem, and "Rust for Developers" is your practical, project-based guide to mastering it.This book is written for you: the experienced programmer. Whether you come from C++, Go, Python, or Java, you already know how to code. This guide teaches you the Rust philosophy, showing you how to leverage your existing skills to write fast, modern, and incredibly safe systems-level software.Forget abstract theory. You will learn by building. This hands-on guide walks you through Rust's most powerful and unique features, including the ownership and borrowing model that provides compile-time memory safety without a garbage collector.Inside "Rust for Developers," you will: Master the Core: Build an intuitive understanding of Rust's heart: Ownership, Borrowing, and Lifetimes.Write Fearless Concurrency: Learn how Rust's type system prevents data races at compile time, allowing you to write parallel code with confidence.Build Powerful Abstractions: Use traits, generics, and enums to build flexible and reusable, zero-cost abstractions.Handle Errors Robustly: Master the Result and Option enums for production-grade error handling.Profile and Optimize: Use Rust's built-in tools to find and fix performance bottlenecks.Bridge the Gap: Interface with C code using Rust's Foreign Function Interface (FFI).Build Two Complete, Real-World Projects: A Parallel CLI Tool: Build a high-performance, multi-threaded "rsgrep" command-line utility, mastering CPU-bound tasks and parallel processing.A High-Performance Web Backend: Create a modern, asynchronous "todo_api" web server, learning to handle I/O-bound tasks with tokio and axum.Stop fighting with trade-offs and start building the next generation of software. This book is your practical path to becoming a proficient, fearless Rust developer.Get your copy today and master modern systems programming. This item is printed on demand. Shipping may be from multiple locations in the US or from the UK, depending on stock availability. Bestandsnummer des Verkäufers 9798274641647
Anbieter: PBShop.store US, Wood Dale, IL, USA
PAP. Zustand: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Bestandsnummer des Verkäufers L0-9798274641647
Anzahl: Mehr als 20 verfügbar
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
PAP. Zustand: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Bestandsnummer des Verkäufers L0-9798274641647
Anzahl: Mehr als 20 verfügbar
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
Zustand: New. Bestandsnummer des Verkäufers 51866447-n
Anzahl: Mehr als 20 verfügbar
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
Zustand: As New. Unread book in perfect condition. Bestandsnummer des Verkäufers 51866447
Anzahl: Mehr als 20 verfügbar
Anbieter: CitiRetail, Stevenage, Vereinigtes Königreich
Paperback. Zustand: new. Paperback. Stop choosing between speed and safety. Master the language that gives you both.For decades, developers have been forced to make a trade-off: the raw performance of C/C++ (at the cost of memory safety) or the safety of languages like Java and Python (at the cost of garbage collectors and runtime overhead). Rust solves this problem, and "Rust for Developers" is your practical, project-based guide to mastering it.This book is written for you: the experienced programmer. Whether you come from C++, Go, Python, or Java, you already know how to code. This guide teaches you the Rust philosophy, showing you how to leverage your existing skills to write fast, modern, and incredibly safe systems-level software.Forget abstract theory. You will learn by building. This hands-on guide walks you through Rust's most powerful and unique features, including the ownership and borrowing model that provides compile-time memory safety without a garbage collector.Inside "Rust for Developers," you will: Master the Core: Build an intuitive understanding of Rust's heart: Ownership, Borrowing, and Lifetimes.Write Fearless Concurrency: Learn how Rust's type system prevents data races at compile time, allowing you to write parallel code with confidence.Build Powerful Abstractions: Use traits, generics, and enums to build flexible and reusable, zero-cost abstractions.Handle Errors Robustly: Master the Result and Option enums for production-grade error handling.Profile and Optimize: Use Rust's built-in tools to find and fix performance bottlenecks.Bridge the Gap: Interface with C code using Rust's Foreign Function Interface (FFI).Build Two Complete, Real-World Projects: A Parallel CLI Tool: Build a high-performance, multi-threaded "rsgrep" command-line utility, mastering CPU-bound tasks and parallel processing.A High-Performance Web Backend: Create a modern, asynchronous "todo_api" web server, learning to handle I/O-bound tasks with tokio and axum.Stop fighting with trade-offs and start building the next generation of software. This book is your practical path to becoming a proficient, fearless Rust developer.Get your copy today and master modern systems programming. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability. Bestandsnummer des Verkäufers 9798274641647
Anzahl: 1 verfügbar