Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 287 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 287 Bytes

Rust Sandbox

Some fundamental syntax of the Rust language. This is from the Traversy Media "Rust Crash Course" on YouTube

Quick Start

Un-comment the file function to run

# Run With Cargo
cargo run

# Build
cargo build

# Build for production
cargo build --release