siderust 0.7.0

High-precision astronomy and satellite mechanics in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2026 Vallés Puig, Ramon

//! JPL planetary ephemeris data sub-modules.
//!
//! Each child module exposes the `SegmentDescriptor` constants (`SUN`, `EMB`,
//! `MOON`) that the corresponding ephemeris backend consumes at compile time.

#[cfg(feature = "de440")]
pub(crate) mod de440;
#[cfg(feature = "de441")]
pub(crate) mod de441;