rust-by-practice/Readme.md

38 lines
1.1 KiB
Markdown
Raw Normal View History

2022-02-28 01:32:11 -06:00
# Rust By Practice
2022-02-25 00:26:05 -06:00
2022-02-28 01:32:11 -06:00
Practice Rust with easy to hard examples, exercises and small projects.
2022-02-25 00:24:23 -06:00
2022-02-28 01:32:11 -06:00
## Read it online
2022-02-23 03:38:55 -06:00
2022-02-28 01:32:11 -06:00
- [English](https://practice.rs)
- [Chinsese](https://zh.practice.rs)
## Why another?
2022-02-23 03:38:33 -06:00
2022-02-28 01:57:36 -06:00
[Rustlings](https://github.com/rust-lang/rustlings) and [Rust By Example](https://github.com/rust-lang/rust-by-example) are absolutely very nice, but we provides a little more:
2022-02-23 03:38:33 -06:00
2022-02-28 01:32:11 -06:00
1. We have more exercises of which the difficulty is from easy to hard
2022-02-23 03:38:33 -06:00
2022-02-28 01:57:36 -06:00
2. Covers more topics in Rust, such as **async/await, threads, sync primitives, optimizing and stand libraries** etc
2022-02-28 01:32:11 -06:00
3. Learning from small projects, for pratice
4. Both English and Chinese are supported
2022-02-24 00:11:32 -06:00
2022-02-28 01:32:11 -06:00
## How to use
2022-02-23 03:11:31 -06:00
2022-02-28 01:32:11 -06:00
- You can edit and run the exercises online
2022-02-28 01:57:36 -06:00
- **The goal is to make each exercise comipile with NO ERRORS and Panics !**
2022-02-28 01:32:11 -06:00
- Difficulty level: easy: 🌟 medium: 🌟🌟 hard: 🌟🌟🌟 hell: 🌟🌟🌟🌟
2022-02-23 03:11:31 -06:00
2022-02-28 01:32:11 -06:00
## Contributing
2022-02-23 03:11:31 -06:00
2022-02-28 01:32:11 -06:00
All kinds of contributions are welcomed, such as exercise proposing, typo and bug fixing.
2022-02-23 03:11:31 -06:00
2022-02-28 01:57:36 -06:00
## Buy me a ... 🌟?
Fo us, a github star will be better than a cup coffee, and it only costs you 0 cents :)