1 2 3 4 5 6
#![allow(clippy::excessive_precision)] pub mod cal; pub mod date; pub use date::HijriDate;