Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 217 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 217 Bytes

Rust Sandbox

Everything Rust

Intialise a project in a folder

cargo init

to compile and run

cargo run

To build without compiling

cargo build

To build for production

cargo build --release