Programming Rust: Fast, Safe Systems Development (Paperback)
Jim Blandy, Jason Orendorff
- 出版商: O'Reilly
- 出版日期: 2017-12-21
- 售價: $2,200
- 貴賓價: 9.5 折 $2,090
- 語言: 英文
- 頁數: 622
- 裝訂: Paperback
- ISBN: 1491927283
- ISBN-13: 9781491927281
-
相關分類:
Rust 語言
-
相關翻譯:
Rust 程式設計 (簡中版)
-
其他版本:
Programming Rust: Fast, Safe Systems Development, 2/e (Paperback)
買這商品的人也買了...
-
$784Mind Performance Hacks: Tips & Tools for Overclocking Your Brain (Paperback)
-
$980$774 -
$780$616 -
$1,558Introduction to Algorithms, 3/e (IE-Paperback)
-
$690$587 -
$680$537 -
$2,100$1,995 -
$480$408 -
$1,646Operating System Concepts, 9/e (IE-Paperback)
-
$680$537 -
$1,615Cracking the Coding Interview : 189 Programming Questions and Solutions, 6/e (Paperback)
-
$680$537 -
$959$911 -
$580$458 -
$1,890$1,796 -
$500$390 -
$354$336 -
$990Kafka Streams in Action: Real-time apps and microservices with the Kafka Streaming API
-
$580$452 -
$1,480Prometheus: Up & Running: Infrastructure and Application Performance Monitoring
-
$1,440Designing Web APIs: Building APIs That Developers Love (Paperback)
-
$454深入淺出 Rust
-
$1,881$1,782 -
$1,200$948 -
$680$578
相關主題
商品描述
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.