Rust Crash Course

Some fundamental syntax of the Rust language.

Quick Start

Un-comment the file function to run

# Run With Cargo
cargo run

# Build
cargo build

# Build for production
cargo build --release