1#![allow(uncommon_codepoints)] 2#![doc = include_str!("../README.md")] 3 4 5pub mod neat_date; 6pub mod neat_time;