Rust Programming, In 8 Hours, For Beginners!
- Length: 128 pages
- Edition: 1
- Language: English
- Publisher: Ray Yao 's eBooks & Books
- Publication Date: 2020-03-21
- ISBN-10: B0867P4W4K
This is a zero-risk investment, if you are not satisfied with this ebook, you can get a full refund within 7 days!
About this book
Absolutely for Beginners
This book covers all essential Rust language knowledge. You can learn complete primary skills of Rust programming fast and easily. The book includes more than 60 practical examples for beginners and includes tests & answers for the college exam, the engineer certification exam, and the job interview exam.
Source Code for Download
This book provides source code for download; you can download the source code for better study, or copy the source code to your favorite editor to test the programs.
Download Link:
forms.aweber.com/form/33/98967233.htm
Table of Content
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