Crate parseit

Source
Expand description

Simple text file parsing library powered by regex and glob patterns.

Re-exports§

pub use regex;
pub use globwalk;

Modules§

document
Parser results.
error
Error implementation.
parser
Document parser.
reader
File reader.