1 2 3 4 5 6
extern crate two_timer; // for timing the cost savings of using a serialized matcher fn main() { two_timer::MATCHER.parse("yesterday"); }