From 3babaf2fdfc4fc058edb256b302bc4915b760715 Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 6 Jan 2022 19:29:17 +0800 Subject: [PATCH] update readme.md --- README.md | 9 ++++++--- course-book/contents/practice/best-pratice.md | 5 ++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00f0f043..b08a643c 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,14 @@ 总之在写作过程中我们始终铭记初心:为中国用户打造一本**全面的、深入的、持续更新的**Rust教程。 新手用来入门,老手用来提高,高手用来提升生产力。 +### 贡献者 +非常感谢本教程的所有贡献者们,正是有了你们,才有了现在的高质量Rust教程! -### Contributors -非常感谢本教程的所有贡献者们,你们的任何一处修改都将使教程内容变得更加优秀! +- [@1132719438](https://github.com/1132719438) +- [@mg-chao](https://github.com/mg-chao) +- [@codemystery](https://github.com/codemystery) -尤其感谢[@1132719438](https://github.com/1132719438)、[@codemystery](https://github.com/codemystery)和[@mg-chao](https://github.com/mg-chao),花费大量时间贡献了多处fix甚至是高质量的内容优化,非常感动,再次感谢~~ +尤其感谢上面三位主要贡献者,谢谢你们花费大量时间贡献了多处`fix`和高质量的内容优化,非常感动,再次感谢~~ ### 开源说明 Rust语言圣经是**完全开源**的电子书, 每个章节都至少用时4-6个小时才能初步完稿,牺牲了大量休闲娱乐、陪伴家人的时间,还没有任何钱赚,**如果大家觉得这本书作者真的用心了,希望你能帮我们点一个`star`**,感激不尽:) diff --git a/course-book/contents/practice/best-pratice.md b/course-book/contents/practice/best-pratice.md index f7d518cd..e5347796 100644 --- a/course-book/contents/practice/best-pratice.md +++ b/course-book/contents/practice/best-pratice.md @@ -13,4 +13,7 @@ cargo watch https://www.reddit.com/r/rust/comments/rsuhnn/need_a_piece_of_advice_about_organising_tests/ ## git备份 -https://github.com/tkellogg/dura \ No newline at end of file +https://github.com/tkellogg/dura + +## code cover +https://docs.codecov.com/docs \ No newline at end of file