diff options
Diffstat (limited to 'src/bin/using_matcher.rs')
-rw-r--r-- | src/bin/using_matcher.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bin/using_matcher.rs b/src/bin/using_matcher.rs new file mode 100644 index 0000000..5051c4f --- /dev/null +++ b/src/bin/using_matcher.rs @@ -0,0 +1,6 @@ +extern crate two_timer; + +// for timing the cost savings of using a serialized matcher +fn main() { + two_timer::MATCHER.parse("yesterday"); +}
\ No newline at end of file |