//! Simple text file parsing library powered by [regex](https://en.wikipedia.org/wiki/Regular_expression) and [glob patterns](https://en.wikipedia.org/wiki/Glob_(programming)).
/// Export regex crate.
pub use regex;
/// Export globwalk crate.
pub use globwalk;
/// Document parser.
/// Parser results.
/// Error implementation.
/// File reader.