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
- Host: GitHub
- URL: https://github.com/si3nloong/rust-tutorial
- Owner: si3nloong
- Created: 2017-10-25T14:48:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T16:19:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T09:02:29.075Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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