astrodynamics 0.12.1

Numerical astrodynamics engine for orbit propagation, force models, and flight-dynamics primitives
Documentation
1
2
3
4
5
6
7
8
9
pub mod eclipse;
pub mod r#trait;

#[derive(Debug, Clone)]
pub struct DetectedEvent {
    pub epoch_tdb_seconds: f64,
    pub name: String,
    // Additional fields as needed
}