1 2 3 4 5
//! Text-based file parsers (logs, markdown, plain text) pub mod log; pub mod markdown; pub mod plain_text;