rocco 0.1.0

rocco is a [http://ashkenas.com/docco](http://ashkenas.com/docco) inspired literate programmming library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "go": {
        "name": "go",
        "comment": "//"
    },
    "py": {
        "name": "python",
        "comment": "#"
    },
    "rs": {
        "name": "rust",
        "comment": "//"
    },
    "rb": {
        "name": "ruby",
        "comment": "#"
    }
}