Programming Rust: Fast, Safe Systems Development (Paperback)
Jim Blandy, Jason Orendorff
- 出版商: O'Reilly
- 出版日期: 2017-12-21
- 定價: $1,980
- 售價: 6.0 折 $1,188
- 語言: 英文
- 頁數: 622
- 裝訂: Paperback
- ISBN: 1491927283
- ISBN-13: 9781491927281
-
相關分類:
Rust 語言
-
相關翻譯:
Rust 程式設計 (簡中版)
-
其他版本:
Programming Rust: Fast, Safe Systems Development, 2/e (Paperback)
買這商品的人也買了...
-
$660Mind Performance Hacks: Tips & Tools for Overclocking Your Brain (Paperback)
-
$980$774 -
$780$616 -
$1,590$1,558 -
$690$587 -
$680$578 -
$2,100$1,995 -
$480$379 -
$1,680$1,596 -
$680$537 -
$1,500$1,425 -
$680$537 -
$894$849 -
$580$458 -
$1,320Serious Cryptography: A Practical Introduction to Modern Encryption (Paperback)
-
$500$390 -
$354$336 -
$1,520$1,444 -
$1,650$1,568 -
$1,311$1,242 -
$880$748 -
$454深入淺出 Rust
-
$1,800$1,710 -
$1,200$948 -
$680$530
商品描述
This practical book introduces systems programmers to Rust, the new and cutting-edge language. You’ll learn how Rust 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.
Author Jim Blandy—a former maintainer of GNU Emacs and GNU Guile—demonstrates how Rust has the potential to be the first usable programming language that brings the benefits of an expressive modern type system to systems programming. Rust’s rules for borrowing, mutability, ownership, and moves versus copies will be unfamiliar to most systems programmers, but they’re key to Rust’s unique advantages.
This book presents Rust’s rules clearly and economically; elaborates on their consequences; and shows you how to express the programs you want to write in terms that Rust can prove are free of broad classes of everyday errors.