grep-matcher 0.1.3

A trait for regular expressions, with a focus on line oriented search.
Documentation
extern crate grep_matcher;
extern crate regex;

mod util;

mod test_matcher;