Rust crash course

Quick Start

Un-comment the file function to run

# Run With Cargo
cargo run

# Build
cargo build

# Build for production
cargo build --release