Nouman Azam: Rust
Rust
Buch
- The Practical Guide
Erscheint bald
Lassen Sie sich über unseren eCourier benachrichtigen, sobald das Produkt bestellt werden kann.
Lassen Sie sich über unseren eCourier benachrichtigen, sobald das Produkt bestellt werden kann.
- Rheinwerk Verlag GmbH, 09/2025
- Einband: Flexibler Einband
- Sprache: Englisch
- ISBN-13: 9781493226870
- Umfang: 580 Seiten
- Erscheinungstermin: 6.9.2025
Achtung: Artikel ist nicht in deutscher Sprache!
Ähnliche Artikel
Klappentext
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!In this book, you'll learn about:
a. 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.
b. 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.
c. 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:
1) Language basics
2) Control flow
3) Ownership
4) Structs and enums
5) Generics and traits
6) Modular structure
7) Memory management
8) Testing
9) Concurrency
10) Functional programming
11) Web programming
12) Text processing and file handling