All Categories
About This Book This Book Absolutely for Beginners: "Rust in 8 Hours" covers all essential Rust language knowledge. You can learn complete primary skills of Rust programming fast and easily. The book includes more than 80 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 Hour 2 Data Type Variables Output Format Constants Date Type Conversion Reserved Words Function Return Type Hour 3 Variable-Binding String Assignment Arithmetical Operators Logical Operators Comparison Operators Array Slice Hour 4 If Statement If-else Statement Let-If Statement Loop - Break Statement For Statement While Statement Tuples Match Hour 5 struct Enum Ownership