brahe 1.3.4

Brahe is a modern satellite dynamics library for research and engineering applications designed to be easy-to-learn, high-performance, and quick-to-deploy. The north-star of the development is enabling users to solve meaningful problems and answer questions quickly, easily, and correctly.
Documentation
/*!
The Earth Orientation Parameters (EOP) module provides a set of functions for
loading and accessing EOP data. This data is used as part of time and reference
frame transformations.
*/

mod c04_parser;
mod caching_provider;
pub mod download;
mod eop_provider;
pub mod eop_types;
mod file_provider;
mod global;
mod standard_parser;
mod static_provider;

pub use caching_provider::*;
pub use download::*;
pub use eop_provider::*;
pub use eop_types::*;
pub use file_provider::*;
pub use global::*;
pub use static_provider::*;