sidereon 0.26.0

Thin ergonomic API over sidereon-core: SP3 loading and SPP/RTK/PPP positioning solves with rich result structs and one error enum
Documentation
1
2
3
4
5
6
7
8
fn main() {
    println!("cargo:rustc-check-cfg=cfg(sidereon_repo_tests)");
    println!("cargo:rerun-if-changed=../sidereon-core/tests/fixtures");

    if std::path::Path::new("../sidereon-core/tests/fixtures").is_dir() {
        println!("cargo:rustc-cfg=sidereon_repo_tests");
    }
}