summaryrefslogtreecommitdiff
path: root/src/bin/using_matcher.rs
blob: 5051c4f322657965b0879a0c2ad9a94c2435ecc5 (plain)
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");
}