Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 413 Bytes

File metadata and controls

18 lines (13 loc) · 413 Bytes

Rust Sandbox

Run on Repl.it

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