Rust The Practical Guide
ca. € 59,95
Vorbestellbar
Lieferbar ab 08.09.2025
ca. € 59,95
Vorbestellbar
Verfügbar ab 08.09.2025
Rheinwerk Computing, ISBN 978-1-4932-2687-0
E-Book-Formate: PDF, EPUB, Online
Rheinwerk Computing, ISBN 978-1-4932-2688-7
Get “close to the machine” by programming with Rust! Discover how to effectively use this low-level language to create fast and efficient code. Set up Rust, compile your first program, and learn the language essentials: variables, functions, conditionals, and more. Walk through Rust’s unique ownership model and modular system, and then move on to more complex features, from flexibility and abstraction to web programming and text processing. Numerous code examples and exercises make this your go-to practical resource for Rust!
- Your hands-on guide to Rust programming
- Work with essential language elements, including variables, strings, collections, functions, structures, and traits
- Explore advanced concepts, including concurrency, testing, and sizing
In this book, you’ll learn about:
-
Language Basics
Take your first steps with Rust! After installation and setup in Visual Studio Code, walk through the language building blocks, from variables to functions to enums. Learn how to implement ownership, define types, test your code, and more.
-
Intermediate Programming
Expand your toolkit for Rust programming! Write flexible code with generics and traits, incorporate features of functional programming, manage memory, implement data structures, and handle structs.
-
Advanced Topics
Become a Rust master! Tackle advanced topics, including sized and unsized types, concurrency via threading, the powerful macro system, web programming, text processing, and file and directory handling.
Highlights include:
- Language basics
- Control flow
- Ownership
- Structs and enums
- Generics and traits
- Modular structure
- Memory management
- Testing
- Concurrency
- Functional programming
- Web programming
- Text processing and file handling