zahirscan 0.3.0

Token-efficient content compression for AI analysis using probabilistic template mining
1
2
3
4
5
//! Text-based file parsers (logs, markdown, plain text)

pub mod log;
pub mod markdown;
pub mod plain_text;