libtad-models 0.2.0

Time and Date API models
Documentation
mod astronomy;
mod astronomy_current;
mod astronomy_day;
mod astronomy_day_event;
mod astronomy_details;
mod astronomy_event;
mod astronomy_event_class;
mod astronomy_event_type;
mod astronomy_location;
mod astronomy_object;
mod astronomy_object_details;
mod astronomy_object_type;
mod moonphase;

pub use astronomy::Astronomy;
pub use astronomy_current::AstronomyCurrent;
pub use astronomy_day::AstronomyDay;
pub use astronomy_day_event::AstronomyDayEvent;
pub use astronomy_details::AstronomyDetails;
pub use astronomy_event::AstronomyEvent;
pub use astronomy_event_class::AstronomyEventClass;
pub use astronomy_event_type::AstronomyEventType;
pub use astronomy_location::AstronomyLocation;
pub use astronomy_object::AstronomyObject;
pub use astronomy_object_details::AstronomyObjectDetails;
pub use astronomy_object_type::AstronomyObjectType;
pub use moonphase::MoonPhase;