From 501e324e0d6afc097a92f59912363af5d6f4de1c Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 3 Mar 2022 14:18:29 +0800 Subject: [PATCH] update readme.md --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index a555e29..db57f20 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,7 @@ This book was designed for easily diving into Rust,and it's very easy to use: ## Features +- Read, Edit and Run the exercise ONLINE - There are three parts in each chapter: examples, exercises and practices - Covering nearly all aspects of Rust, such as **async/await, threads, sync primitives, optimizing and stand libraries** etc - Solution for each exercise