- Rust Quick Start Guide
- Daniel Arbuckle
- 141字
- 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.
- JavaScript+Vue+React全程實例
- ArcGIS By Example
- C語言程序設計
- 一本書講透Java線程:原理與實踐
- 細說Python編程:從入門到科學計算
- Spring 5 Design Patterns
- Learning Ionic
- IBM DB2 9.7 Advanced Application Developer Cookbook
- 深度學習的數學:使用Python語言
- Android Application Programming with OpenCV 3
- JavaScript高級程序設計(第3版)
- Go語言Hyperledger區塊鏈開發實戰
- Practical C Programming
- Procedural Content Generation for Unity Game Development
- Mobile Prototyping with Axure 7