Название: Programming Rust: Fast, Safe Systems Development, 3rd Edition (Early Release)
Автор: Jim Blandy, Jason Orendorff, Leonora F.S. Tindall
Издательство: O’Reilly Media, Inc.
Год: 2025-03-13
Страниц: 168
Язык: английский
Формат: epub (true), mobi
Размер: 10.1 MB
Rust combines low-level control with memory safety, making it an ideal choice for systems programming. This practical guide is for experienced programmers looking to write fast, reliable code while avoiding common pitfalls like data races and buffer overflows. Authors Jim Blandy, Jason Orendorff, and Leonora Tindall explain Rust's unique approach to ownership, borrowing, and concurrency, helping you build safe, high-performance applications. Fully updated for Rust's 2024 edition, this book introduces the latest language advancements while covering essential topics like generics, async programming, and C interoperability. Whether you're working on low-latency systems, embedded software, or multithreaded applications, this edition equips you with the knowledge to write efficient, production-ready Rust code. Rust’s syntax is deliberately unoriginal. If you are familiar with C, C++, Java, or jаvascript, you can probably find your way through the general structure of a Rust program.