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
13
14
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2026 Vallés Puig, Ramon

//! Embedded DE441 coefficient data.
//!
//! The build script generates `de441_data.rs` which defines sub-modules
//! `sun`, `emb`, and `moon`, plus pre-built `SUN`, `EMB`, `MOON`
//! [`SegmentDescriptor`] constants.

use super::super::eval::SegmentDescriptor;
#[allow(unused_imports)]
use crate::qtty;

include!(concat!(env!("OUT_DIR"), "/de441_data.rs"));