1 2 3 4 5 6 7
mod dirs; pub mod error; pub mod feed; pub mod manager; pub mod status; pub(crate) static DATE_FMT: &str = "%e %b %y";