Skip to content

HassanBahati/rust-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages