Jim Blandy: Programming Rust, Kartoniert / Broschiert
Programming Rust
- Fast, Safe Systems Development
Lassen Sie sich über unseren eCourier benachrichtigen, sobald das Produkt bestellt werden kann.
- Verlag:
- O'Reilly Media, 11/2026
- Einband:
- Kartoniert / Broschiert
- Sprache:
- Englisch
- ISBN-13:
- 9781098176235
- Umfang:
- 690 Seiten
- Nummer der Auflage:
- 26003
- Ausgabe:
- 3rd edition
- Erscheinungstermin:
- 3.11.2026
- Hinweis
-
Achtung: Artikel ist nicht in deutscher Sprache!
Weitere Ausgaben von Programming Rust |
Preis |
|---|
Ähnliche Artikel
Klappentext
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.
- Learn Rust's core principles, including ownership, borrowing, and lifetimes
- Write safe, efficient concurrent code without data races
- Use powerful features like macros, closures, and async programming
- Integrate Rust with C and C++ through FFI and unsafe code
- Apply best practices to write performance-critical, memory-safe applications