This book is a detailed guide that will help learners get started with Rust programming. It talks about the basics and then moves on to practical exercises to help readers quickly gain the required knowledge. This book is meant for seasoned developers as well as learners without a formal coding background.
Inhaltsverzeichnis
Chapter 1
Getting Started with Rust
Chapter 2
Common Programming Concepts
Chapter 3
Understanding Ownership
Chapter 4
Using Structs for Related Data
Chapter 5
Enums and Pattern Matching
Chapter 6
Packages, Crates, and Modules
Chapter 7
Error Handling
Chapter 8
Generic Types, Traits, and Lifetimes
Chapter 9
I/O Project: Building a Command Line Program
Chapter 10
Cargo and crates.io
Chapter 11
Concurrency and State
Chapter 12
Object-oriented Programming in Rust
APPENDIX A: KEYWORDS
APPENDIX B: OPERATORS AND SYMBOLS
APPENDIX C: DERIVABLE TRAITS