rfa 0.5.9

A port ERFA to Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! This module contains time and rotation angles of the Earth.

pub mod gmst82;
pub mod gst94;
pub mod eqeq94;
pub mod gmst00;
pub mod gst00a;
pub mod ee00;
pub mod eect00;
pub mod ee0a;
pub mod era00;
pub mod ee0b;
pub mod gmst06;
pub mod gst06;
pub mod gst06a;
pub mod ee06;