brahe 1.4.0

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
1
2
3
4
5
6
7
8
9
10
11
12
13
/*!
 * Module containing time related functions and types.
 */

pub mod conversions;
pub mod epoch;
pub mod time_range;
pub mod time_types;

pub use conversions::*;
pub use epoch::*;
pub use time_range::*;
pub use time_types::*;