1
2
3
4
5
6
7
8
9
// #![feature(plugin)]
// #![plugin(clippy)]

extern crate rustc_serialize;
extern crate docopt;

pub mod cli;
pub mod yaml;
pub mod rules;