1 2 3 4 5 6 7 8 9 10 11 12
// SPDX-License-Identifier: AGPL-3.0-only // Copyright (C) 2026 Vallés Puig, Ramon //! Runtime access to bundled and optionally refreshed time-data tables. pub mod runtime_data; pub mod status; pub use status::{ assert_fresh, time_data_status, ActiveTimeDataSource, DataHorizons, FreshnessError, TimeDataStatus, };