Table of Content
- Theoretical Concepts
- Core Concepts
- Advanced Concepts
Commonly Used Commands
Best Practices & Coding Conventions
- Variable, Function, Method and Module names should follow snake case
- Enums, Traits and Types should be written in Pascal Case
- Constant names should be written in All Caps
- When using functions it is idiomatic in Rust to bring the parent module into scope