Module hifitime::julian

source ·
Expand description

The julian module supports (Modified) Julian Days, which are heavily used in astronomy and its engineering friends.

Re-exports

pub use super::instant::Era;
pub use super::instant::Instant;
pub use super::TimeSystem;

Structs

ModifiedJulian handles the Modified Julian Days as explained here.