Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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