Rust Essentials
Ivo Balbaert
- 出版商: Packt Publishing
- 出版日期: 2015-05-30
- 售價: $1,110
- 貴賓價: 9.5 折 $1,055
- 語言: 英文
- 頁數: 169
- 裝訂: Paperback
- ISBN: 1785285769
- ISBN-13: 9781785285769
-
相關分類:
Rust 語言
下單後立即進貨 (約3~4週)
買這商品的人也買了...
-
$2,080$1,976 -
$480$408 -
$1,650$1,568 -
$1,360$1,292 -
$1,403Practices of the Python Pro
-
$811Rust 權威指南 (The Rust Programming Language (Covers Rust 2018))
-
$780$663 -
$1,520$1,444 -
$1,485Network Programming with Go: Learn to Code Secure and Reliable Network Services from Scratch
-
$505自動化測試實戰 -- 基於 TestNG \ JUnit \ Robot Framework \ Selenium
-
$1,200$948 -
$600$468 -
$414$393 -
$653重學 Java 設計模式
-
$663算法訓練營:海量圖解 + 競賽刷題 (進階篇)
-
$551瘋狂 Java 面試講義 — 數據結構、算法與技術素養
-
$1,485Bug Bounty Bootcamp: The Guide to Finding and Reporting Web Vulnerabilities
-
$880$695 -
$520$406 -
$600$468 -
$720$562 -
$1,485The Hardware Hacking Handbook: Breaking Embedded Security with Hardware Attacks (Paperback)
-
$780$616 -
$450$356 -
$580$458
商品描述
Discover how to use Rust to write fast, secure, and concurrent systems and applications
About This Book
- Learn how to create secure and blazingly fast programs in Rust
- Start working with Rust in a multicore and distributed environment
- Explore the core characteristics of Rust - safety, performance, and concurrency - to build error free and robust code
Who This Book Is For
This book is intended for software developers interested in systems level and application programming, and are looking for a quick entry into using Rust and understanding the core features of the framework. It is assumed that you have a basic understanding of Java, C#, Ruby, Python or JavaScript.
In Detail
Starting by comparing Rust with other programming languages, this book will show you where and how to use Rust. It will discuss primitive types along with variables and their scope, binding and casting, simple functions, and ways to control execution flow in a program.
Next, the book covers flexible arrays, vectors, tuples, enums, and structs. You will then generalize the code with higher-order functions and generics applying it to closures, iterators, consumers, and so on. Memory safety is ensured by the compiler by using references, pointers, boxes, reference counting, and atomic reference counting. You will learn how to build macros and crates and discover concurrency for multicore execution.
By the end of this book, you will have successfully migrated to using Rust and will be able to use it as your main programming language.