Skip to main content

Module status

Module status 

Source
Expand description

Active time-data status and freshness diagnostics.

siderust-archive owns IERS/USNO time-data provenance, source URLs, checksums, parsing, download, and integrity validation. tempoch-core exposes a thin diagnostic view over whichever archive bundle is currently active: the archive provenance record, validity horizons relevant to time conversions, and the source of the active bundle.

Structs§

DataHorizons
Documented validity horizons of the currently active time-data bundle, expressed in MJD UTC days.
TimeDataStatus
Active time-data status captured from the runtime store.

Enums§

ActiveTimeDataSource
Source of the currently active time-data bundle.
FreshnessError
Errors raised by freshness checks.

Functions§

assert_fresh
Assert the active bundle is no older than max_age relative to now.
time_data_status
Capture status for the currently active time-data bundle.