Rust is a programming language that provides extra reliability of software, memory safety especially. This tutorial serves as a quick start for Rust. We try to keep each part of the tutorial as simple as possible.
- Adding Comments
 - Printing On Screen
 - Variables
 - Variable Types
- Integers
 - Floating-Point Numbers
 - Characters
 - Booleans
 - Others
 
 - Operations
- Arithmetic Operations
 - Logical Operations
 
 - Control Flow
 - Functions
 
Pull requests for typos, incorrect information, or other ideas are welcome!
All code in the tutorial is provided under the MIT License.