siderust 0.9.1

High-precision astronomy and satellite mechanics in Rust.
Documentation
1
2
3
4
5
6
7
8
//! POD I/O compatibility aliases.
//!
//! General-purpose format parsers and writers live in [`crate::formats`].
//! This module re-exports the subset of `formats` items that the POD modules
//! reference internally.
#![forbid(unsafe_code)]

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