All Projects → bradtraversy → Rust_sandbox

bradtraversy / Rust_sandbox

Fundamentals of the Rust language

Programming Languages

rust
11053 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].