Skip to main content

sidereon_core/astro/data/
mod.rs

1//! Embedded reference-data tables, relocated from `orbis_nif` so the core
2//! crate is usable from Rust without Rustler or the BEAM.
3//!
4//! These tables are parity-critical: their numeric contents are reproduced
5//! byte-for-byte from the upstream sources and must not be regenerated or
6//! reformatted in ways that alter any literal.
7
8pub mod iau2000a;
9pub mod iers;