書名: Rust Quick Start Guide作者名: Daniel Arbuckle本章字?jǐn)?shù): 141字更新時(shí)間: 2021-06-10 19:45:58
What this book covers
Chapter 1, Getting Ready, teaches how to install Rust and use the supporting tools cargo and rustup.
Chapter 2, Basics of the Rust Language, teaches the basic language syntax and fundamental semantic constructs.
Chapter 3, The Big Ideas – Ownership and Borrowing, discusses the things that set Rust apart from other programming languages.
Chapter 4, Making Decisions by Pattern Matching, explains how to use if let and match expressions.
Chapter 5, One Date Type Representing Multiple Kinds of Data, covers enumerations and trait objects.
Chapter 6, Heap Memory and Smart Pointers, explores the Box, Rc, RefCell, Arc, Mutex, and RwLock smart pointers.
Chapter 7, Generic Types, explains how to use generic type parameters with our data types.
Chapter 8, Important Standard Traits, covers traits that integrate with the language syntax and affect the behavior of the compiler.
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- Mastering Concurrency Programming with Java 8
- Learning Scala Programming
- LabVIEW2018中文版 虛擬儀器程序設(shè)計(jì)自學(xué)手冊(cè)
- 軟件架構(gòu)設(shè)計(jì):大型網(wǎng)站技術(shù)架構(gòu)與業(yè)務(wù)架構(gòu)融合之道
- Mastering PHP Design Patterns
- Functional Programming in JavaScript
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 用Flutter極速構(gòu)建原生應(yīng)用
- Visual C#通用范例開發(fā)金典
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)(第三版)
- 精通MySQL 8(視頻教學(xué)版)
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- 深入實(shí)踐DDD:以DSL驅(qū)動(dòng)復(fù)雜軟件開發(fā)
- INSTANT Apache ServiceMix How-to