astrodynamics 0.5.0

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

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