sofars 0.6.0

Pure Rust implementation of the IAU SOFA library
Documentation
1
2
3
4
5
6
7
8
9
//! Ephemerides (limited precision)
mod epv00;
pub use epv00::*;

mod moon98;
pub use moon98::*;

mod plan94;
pub use plan94::*;