siderust 0.9.1

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

//! IGS exchange formats.

pub use crate::formats::error::{FileLocation, FormatError, ParseMode};

pub mod antex;
pub mod orbex;
pub mod sinex;
pub mod sp3;