The Rust Programming Language (Covers Rust 2018) (Paperback)
Klabnik, Steve, Nichols, Carol
- 出版商: No Starch Press
- 出版日期: 2019-08-12
- 售價: $1,400
- 貴賓價: 9.5 折 $1,330
- 語言: 英文
- 頁數: 560
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1718500440
- ISBN-13: 9781718500440
-
相關分類:
Rust 語言
-
相關翻譯:
Rust 權威指南 (The Rust Programming Language (Covers Rust 2018)) (簡中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
$1,590$1,558 -
$940$700 -
$1,680$1,596 -
$550$523 -
$1,200$948 -
$780$616 -
$680$537 -
$474$450 -
$790$616 -
$520$442 -
$500$390 -
$580$452 -
$1,280$1,011 -
$1,200$948 -
$1,444$1,368 -
$680$530 -
$880$748 -
$580$458 -
$69$60 -
$680$537 -
$68$68 -
$1,200$948 -
$520$411 -
$880$695 -
$1,840Programming Rust: Fast, Safe Systems Development, 2/e (Paperback)
商品描述
The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018.
The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages.
The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's features--from installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as:
- Ownership and borrowing, lifetimes, and traits
- Using Rust's memory safety guarantees to build fast, safe programs
- Testing, error handling, and effective refactoring
- Generics, smart pointers, multithreading, trait objects, and advanced pattern matching
- Using Cargo, Rust's built-in package manager, to build, test, and document your code and manage dependencies
- How best to use Rust's advanced compiler with compiler-led programming techniques
- You'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server.
New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.
作者簡介
Steve Klabnik is the Community Team Leader for the Rust team at Mozilla, in charge of official Rust community documentation as well as the key Rust community advocate. Klabnik is a frequent speaker at conferences and one of the world's most prolific contributors to Rails projects.
Carol Nichols is a member of the Rust Community Team. She's been active in the Rust community and is an organizer of the Rust Belt Rust Conference.