summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: d128db1b93eefb12d1f5a3adcb2991e1c087f0e5 (plain) (blame)
1
2
3
4
5
6
7
#![feature(phase, globs)]

#[phase(plugin)] extern crate regex_macros;
extern crate regex;

mod constants;
mod message;