two_timer 2.2.5

parser for English time expressions
Documentation
1
2
3
4
5
6
extern crate two_timer;

// for timing the cost savings of using a serialized matcher
fn main() {
    two_timer::GRAMMAR.matcher().unwrap().parse("yesterday");
}