- 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.
- Implementing VMware Horizon 7(Second Edition)
- 基于粒計算模型的圖像處理
- 工程軟件開發技術基礎
- MySQL數據庫應用與管理 第2版
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Learning Data Mining with R
- Java語言程序設計教程
- iPhone應用開發從入門到精通
- Julia for Data Science
- 一本書講透Java線程:原理與實踐
- Lift Application Development Cookbook
- Implementing Microsoft Dynamics NAV(Third Edition)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 計算機應用基礎案例教程(第二版)