1#![feature(or_patterns, map_first_last)] 2 3mod sql; 4pub mod todo; 5 6pub mod utils; 7 8const TODO_DATE_FORMAT: &str = "%F";