- In this repository you can find modules with code and comments that explain rust syntax and all about Rust lang.
- This is useful for intermediate programmers that can use this code as cheatsheet when programming with Rust.
- Example project provided was made using this repository cheatsheet code.
- ✅ Data types
- ✅ Variables
- ✅ Constant
- ✅ String
- ✅ Decision-Making
- ✅ Loop
- ✅ Functions
- ✅ Tuple
- ✅ Array
- ✅ Ownership
- ✅ Borrowing
- ✅ Slices
- ✅ Structure
- ✅ Enums
- ✅ Modules
- ✅ Vector
- ✅ HashMap
- ✅ HashSet
- ✅ Error Handling
- ✅ Generic Types
- ✅ Input Output
- ✅ File Input/ Output
- ✅ Iterator and Closure
- ✅ Smart Pointers
- ✅ Concurrency
- Snake Game
- Example how this repository can help you.
- You want to know "how to insert value to HashMap".
- Look at Content table in repository read me.
- Find HashMap on list.
- Look for code that describes how to insert value to HashMap.
- To be used as cheatsheet for new programmers in Rust lang.
- Some sources and code examples where taken and used from link below. Thanks and credits for helping me create this repository go to.
- doc.rust-lang.org
- tutorialspoint.com
- github.com/dtolnay/rust-faq/
- You can fork the project and pull request improvements or mistakes, in code or comments that you find.