//! `rigrep` is a cli tool that globally searches a regular expresssion and prints
//! It takes arguments and a filename and string and performs a local search
//!
//! Then run `cargo run searchstring example-file.txt`
//! in the toplevel directory of any crate or workspace.
//!
//! If you wish to consume its core functionality as a library, see the
//! documentation for the `rigrep` crate.
use Config;
use ;