mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-22 20:19:42 +00:00
update readme.md
This commit is contained in:
17
Readme.md
17
Readme.md
@ -1,8 +1,21 @@
|
||||
# Rust By Practice
|
||||
<div align="center">
|
||||
<img height="150" src="https://github.com/sunface/rust-by-practice/blob/master/assets/logo.png">
|
||||
<div>
|
||||
<span>English</span>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/sunface/rust-by-practice/blob/master/zh-CN/src/why-exercise.md">中文</a>
|
||||
</div>
|
||||
<p align="center">Practice Rust with challenging examples, exercises and projects</p>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/sunface/rust-by-practice/stargazers) [](https://github.com/naaive/orange/network/members)
|
||||
[](https://github.com/sunface/rust-by-practice/blob/master/LICENSE)
|
||||
</div>
|
||||
|
||||
This book was designed for easily diving into and get skilled with Rust, and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics !
|
||||
|
||||
> 🎊 Updated on 2022-03-14: Add Chapter [Crate and Module](https://practice.rs/crate-module/intro.html)
|
||||
|
||||
## Reading online
|
||||
|
||||
|
Reference in New Issue
Block a user