RUST Programming, For Beginners, Quick Start Guide: Rust Language Crash Course Tutorial & Exercises
- Length: 126 pages
- Edition: 1
- Language: English
- Publisher: In Easy Stey by Step, Teach Yourself eBook & Book
- Publication Date: 2021-05-21
- ISBN-10: B095M4DNHP
- Sales Rank: #116756 (See Top 100 Books)
This is a zero-risk investment. If you are not satisfied with this eBook, you can get back the full refund within 7 days.
About This Book
“Rust Programming & Exercises” covers all essential Rust language knowledge. You can learn complete primary skills of Rust programming fast and easily. The book includes many practical examples for beginners and includes exercises for the college exam, the engineer certification exam, and the job interview exam.
Note:
This book is suitable for Rust programming beginners; it is not for the Rust experience programmers.
Table of Content
Chapter 1
What is Rust Language?
The Feature of Rust
Install Rust
The First Rust Program
Comment
Summary
Chapter 2
Data Type
Variables
Output Format
Constants
Date Type Conversion
Reserved Words
Function
Return Type
Summary
Chapter 3
Variable-Binding
String Assignment
Arithmetical Operators
Logical Operators
Comparison Operators
Array
Slice
Summary
Chapter 4
If Statement
If-else Statement
Let-If Statement
Loop – Break Statement
For Statement
While Statement
Tuples
Match
Summary
Chapter 5
Struct
Enum
Ownership
Reference
Summary
Chapter 6
Module
Embedded Module
External File
Private Function
Super
Summary
Chapter 7
Vector
Multiple Patterns
Range
Binding a Range
Generics
Summary
Chapter 8
Method
Trait
Drop() Method
Closure
Summary
Appendix 1
Error Checking
Appendix 2 Q & A
Questions
Answers
Recommended Books