Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hassanbahati/rust-sandbox


https://github.com/hassanbahati/rust-sandbox

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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`