doccy 0.2.2

Doccy is a simple brace based markup language.
Documentation
1
2
3
4
5
extern crate peg;

fn main() {
    peg::cargo_build("src/grammar.rustpeg");
}