RUST Programming, For Beginners, Quick Start Guide
โ Scribed by Ray Yao
- Tongue
- English
- Leaves
- 122
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Hour 1
What is Rust Language?
The Feature of Rust
Install Rust
The First Rust Program
Comment
Summary
Hour 2
Data Type
Variables
Output Format
Constants
Date Type Conversion
Reserved Words
Function
Return Type
Summary
Hour 3
Variable-Binding
String Assignment
Arithmetical Operators
Logical Operators
Comparison Operators
Array
Slice
Summary
Hour 4
If Statement
If-else Statement
Let-If Statement
Loop โ Break Statement
For Statement
While Statement
Tuples
Match
Summary
Hour 5
Struct
Enum
Ownership
Reference
Summary
Hour 6
Module
Embedded Module
External File
Private Function
Super
Summary
Hour 7
Vector
Multiple Patterns
Range
Binding a Range
Generics
Summary
Hour 8
Method
Trait
Drop() Method
Closure
Summary
Appendix 1
Error Checking
Appendix 2
Tests
Answers
Source Code Download
๐ SIMILAR VOLUMES
As a web developer, I was a little worried about picking up a compiled language to add to my toolbelt, since the paradigm is so much different from the normal scripting and object oriented programming I'm used to, but so far "Cocoa Programming: A quick start guide for developers" has been an excelle