summaryrefslogtreecommitdiffstats
path: root/src/utils/mod.rs
blob: 46ea99067129907dc22fb7325ae3ee2f87d374f2 (plain)
1
2
3
4
5
#[cfg(not(tarpaulin_include))]
pub mod bat;
pub mod process;
pub mod regex_replacement;
pub mod syntect;