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

https://github.com/si3nloong/rust-tutorial

First try on Rust language
https://github.com/si3nloong/rust-tutorial

Last synced: 8 months ago
JSON representation

First try on Rust language

Awesome Lists containing this project

README

          

# rust-tutorial
Coding rust language in fun

# some Command in RUST
```
cargo build --release
cargo run
cargo new project_name --bin
cargo update
```

To use rust in VSCode
https://github.com/rust-lang-nursery/rls