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