书籍 Programming Rust, 2nd Edition的封面

Programming Rust, 2nd Edition

Leonora F.S. Tindall

出版时间

2021-05-04

ISBN

9781492052593

评分

★★★★★

标签

编程

书籍介绍

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

用户评论
比 The Rust Programming Language 要更进阶一些的书,内容组织方式也比简单罗列所有语言特性稍微更有趣一点,对于已经有其他编程经验的读者更友好一些。
和官方的The Rust Programming Language 一起食用味道更加;比官方的更加详细
如果 Rust 的书只看一本的话,我选这本(2021)
比官方的 The Rust Programming Language 要深入很多,让你真正上手 Rust!
傻瓜式教程。。没有比这本更简单、清晰、透彻的了。。比官方的那本更深入浅出
读了不下4本rust书籍,如果让我推荐一本rust书,那么我会推荐这本。比官方的还要详细,还要深入。