tempoch-core 0.6.4

Core astronomical time primitives for tempoch.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: AGPL-3.0-only
// Copyright (C) 2026 Vallés Puig, Ramon

//! Optional or higher-level feature modules layered on top of the core time model.

mod time_instant;

pub use time_instant::TimeInstant;

#[cfg(feature = "serde")]
mod serde_impl;
#[cfg(feature = "serde")]
pub mod tagged;