1#![doc = include_str!("../README.md")] 2 3/// Date and time utilities. 4pub mod date_time; 5/// Unique identifier utilities. 6pub mod id;