Ultimate Rust for Systems Programming: Master Core Programming for Architecting Secure and Reliable Software Systems with Rust and WebAssembly (English Edition)
by: Mahmoud Harmouch (Author)
Publication Date: 20 Mar. 2024
Language: English
Print Length: 739 pages
ISBN-10: 8196994737
ISBN-13: 9788196994730
Book Description
Building Tomorrow's Systems Today the Rust Way
Book DescriptionThis book is your guide to mastering Rust programming, equipping you with essential skills and insights for efficient system programming. It starts by introducing Rust's significance in the system programming domain and highlighting its advantages over traditional languages like C/C++. You'll then embark on a practical journey, setting up Rust on various platforms and configuring the development environment. From writing your first "Hello, World!" program to harness the power of Rust's package manager, Cargo, the book ensures a smooth initiation into the language.Delving deeper, the book covers foundational concepts, including variables, data types, control flow, functions, closures, and crucial memory management aspects like ownership, borrowing, and lifetimes. Special attention is given to Rust's strict memory safety guarantees, guiding you in writing secure code with the assistance of the borrow checker.The book extends its reach to Rust collections, error-handling techniques, and the complexities of concurrency management. From threads and synchronization primitives like Mutex and RwLock to asynchronous programming with async/await and the Tokio library, you'll gain a comprehensive understanding of Rust's capabilities. This book covers it all
Table of contents1. Systems Programming with Rust2. Basics of Rust3. Traits and Generics4. Rust Built-In Data Structures5. Error Handling and Recovery6. Memory Management and Pointers7. Managing Concurrency8. Command Line Programs9. Working with Devices I/O in Rust10. Iterators and Closures11. Unit Testing in Rust12. Network Programming13. Unsafe Coding in Rust14. Asynchronous Programming15. Web Assembly with Rust Index
未经允许不得转载:电子书百科大全 » Ultimate Rust for Systems Programming: Master Core Programming for Architecting Secure and Reliable Software Systems with Rust and WebAssembly (English Edition)
评论前必须登录!
登陆 注册