rsticle 0.1.2

Treat source files as articles / narrative documentation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[allow(dead_code)] //
//: This file shows automatic dedent:

//{
mod some_mod {
    //}
    //: ``` rust
    fn some_fn() {
        unimplemented!()
    }
    //: ```
} //

//: See?

fn main() {} //