About This Book "Rust Programming" is a textbook for high school and college students; it covers all essential Rust language knowledge . You can learn complete primary skills of Rust programming fast and easily . The textbook includes a lot of practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam . "Rust Programming" is a useful textbook for beginners . The straightforward definitions, the plain examples, the elaborate explanations and the neat layout feature this helpful and educative book . You will be impressed by its distinctive and tidy writing style . Reading this book is a great enjoyment!
Note This book is only suitable for programming beginners, high school students and college students; it is not for the experienced programmers .
Table of Content
Hour 1 What is Rust Language? The Feature of Rust …… Hour 2 Data Type Variables …… Hour 3 Variable-Binding String Assignment …… Hour 4 If Statement If-else Statement …… Hour 5 Struct Enum …… Hour 6 Module Embedded Module …… Hour 7 Vector Multiple Patterns …… Hour 8 Method Trait …… Appendix 1 Error Checking