sofa-sys 2020.7.21-beta.2

Standards of Fundamental Astronomy (SOFA) Rust bindings
Documentation
1
2
3
4
5
6
7
#[test]
fn check_linked() {
    unsafe {
        sofa_sys::iauEect00(0.0, 0.0);
    }
    // It's linked!
}