1//! Utility modules for the Zmanim API. 2 3pub mod geolocation; 4pub(crate) mod math_helper; 5pub mod noaa_calculator; 6pub mod zenith_adjustments;