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

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

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)