Update Readme.md

This commit is contained in:
Sunface 2022-03-08 09:21:17 +08:00 committed by GitHub
parent a3dcd533e6
commit 50f2636037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Rust By Practice
This book was designed for easily diving into Rust, and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics !
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-07: Add [Vectors](https://practice.rs/collections/vector.html)