Treffer: Ultimate Rust for Systems Programming

Title:
Ultimate Rust for Systems Programming
Source:
2024
Publisher Information:
Orange Education Pvt Ltd.; 2024
Document Type:
E-Ressource Electronic Resource
Availability:
Open access content. Open access content
Note:
English
Other Numbers:
ESODI oai:odilo.es:01111721
1470975679
Contributing Source:
ODILO
From OAIster®, provided by the OCLC Cooperative.
Accession Number:
edsoai.on1470975679
Database:
OAIster

Weitere Informationen

This 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.