//! This crate provides a simple interface to compute information about
//! the sunrise and sunset on arbitrary dates at any position
//! on the earth.
modevent;modpos;modalgorithm;moditer;pubuseevent::{ Event, Zenith, SunEvent };pubusepos::GlobalPosition;pubusealgorithm::time_of_event;pubuseiter::{ SunEvents, ForecastedSunEvents, HistoricSunEvents };