mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
add chapter [Docs and Comments]
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
### 2022-03-15
|
||||||
|
|
||||||
|
- Add [Comments and Docs](https://practice.rs/comments-docs.html)
|
||||||
|
|
||||||
### 2022-03-14
|
### 2022-03-14
|
||||||
|
|
||||||
- Add [Package and Crate](https://practice.rs/crate-module/crate.html)
|
- Add [Package and Crate](https://practice.rs/crate-module/crate.html)
|
||||||
|
2
practices/doc-comments/Readme.md
Normal file
2
practices/doc-comments/Readme.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
## Doc comments
|
||||||
|
A practice project used in [Comments and Docs](https://practice.rs/comments-docs.html) chapter.
|
Reference in New Issue
Block a user