Programming Rust, 2nd Edition

Kaffa 发布于

分类: 标签: Rust

Programming Rust, 2nd Edition
Fast, Safe Systems Development

作者:Leonora F.S. Tindall Jason Orendorff Jim Blandy

The Rust programming language offers the rare and valuable combination of statically verified memory safety and low-level control. Imagine C++ but without dangling pointers, null pointer dereferences, leaks, or buffer overruns. With this practical guide, systems programmers will understand Rust’s rules clearly and economically. You’ll learn how to express programs that Rust can prove are free of a broad class of common errors. Rust brings the benefits of an expressive modern type system to systems programming. Authors Jim Blandy and Jason Orendorff demonstrate how Rust’s features put programmers in control over memory consumption and processor use, combining predictable performance with memory safety and trustworthy concurrency. You’ll learn: How to write fast, safe, concurrent programs in Rust Rust’s rules for managing memory efficiently, including ownership, borrowing, moves, and lifetimes How to design interfaces that fit well into the Rust ecosystem Rust’s all-purpose Cargo tool for building, testing, and managing Rust packages High-level features like traits, generics, closures, and iterators that make Rust productive and flexible

ISBN 9781492052593
出版社 O'Reilly Media, Inc.
出版时间 2021年 5月
装帧 Paperback
定价 USD 49.99
页数 355

评分

⭐⭐⭐⭐⭐ ⭐⭐⭐⭐ 9/10

在读

O'Reilly 的此系列少让人失望。