learnpra 0.0.1

Learn by Practice
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
doc_comment! {
    include_str!("posts/sample.md"),
    pub mod chapter_1 {}
}

doc_comment! {
    include_str!("posts/sample.md"),
    pub mod chapter_2 {}
}

doc_comment! {
    include_str!("posts/sample.md"),
    pub mod chapter_3 {}
}