celestial-time 0.1.1-alpha.2

Pure Rust astronomical time scales
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod angle;
mod conversions;
mod gast;
mod gmst;
mod last;
mod lmst;
mod observatory;

pub use angle::SiderealAngle;
pub use gast::GAST;
pub use gmst::GMST;
pub use last::LAST;
pub use lmst::LMST;
pub use observatory::ObservatoryContext;