add chapter [Docs and Comments]

This commit is contained in:
sunface 2022-03-15 15:49:36 +08:00
parent 3f2555f7a6
commit c4e6b58b83
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog
### 2022-03-15
- Add [Comments and Docs](https://practice.rs/comments-docs.html)
### 2022-03-14
- Add [Package and Crate](https://practice.rs/crate-module/crate.html)

View File

@ -0,0 +1,2 @@
## Doc comments
A practice project used in [Comments and Docs](https://practice.rs/comments-docs.html) chapter.