Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.01 KB

File metadata and controls

20 lines (14 loc) · 1.01 KB

Rust programming playground

Setup

  1. Install development / system dependencies (read below)
  2. Build package: cargo build
  3. Run: cargo run

Development / System dependencies

System dependency Required version Description
Cargo 1.77.0 Rust package manager
Rust 1.77.0 Rust language toolkit

Recommended packages

Package Description
cargo-watch Watches over project's source for changes and runs Cargo commands when they occur