https://github.com/crazybber/rustlings-starter
a rustlings classes starter with answers to help you to learn rust by example exercises
https://github.com/crazybber/rustlings-starter
answers beginner examples rust rustlings rustlings-sol rustlings-solution starter
Last synced: 11 months ago
JSON representation
a rustlings classes starter with answers to help you to learn rust by example exercises
- Host: GitHub
- URL: https://github.com/crazybber/rustlings-starter
- Owner: crazybber
- Created: 2020-03-29T13:16:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T12:47:16.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T04:43:59.539Z (about 1 year ago)
- Topics: answers, beginner, examples, rust, rustlings, rustlings-sol, rustlings-solution, starter
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-starter
- this is exercise classes with answer based on **_[rustlings](https://github.com/rust-lang/rustlings)_**
- a rust starter for beginers,learning by example classes.
- **_all test had been finished and compiled pass !_**
- **_do your exercise,firstly !!_**, not only copy answer which means nothing
## instructions
- **_firstly, please clone and follow [rustlings](https://github.com/rust-lang/rustlings)_**
- Notice compile pass don't means : code and procesing are right, **PR are welcome!**
- all exercises goes on **windows10 x64 and vscode**
## How to Start
[click getting-started ,jump to rustlings](https://github.com/rust-lang/rustlings#getting-started) to start your rust exercise classes
## more information
amaybe you need to do following firstly.
```bash
rustup update
rustup component add rls rust-analysis
```
setp a development enviroments in vscode:
- [[翻译]使用 Visual Studio Code 怎样调试 Rust](https://www.cnblogs.com/AlienXu/p/how-to-debug-rust-with-visual-studio-code.html)
- [how to setup a rust development enviroment](https://zhuanlan.zhihu.com/p/92172591)