nyx-space 2.1.0

A high-fidelity space mission toolkit, with orbit propagation, estimation and some systems engineering
Documentation
1
2
3
4
5
6
7
use shadow_rs::ShadowBuilder;

fn main() {
    ShadowBuilder::builder()
        .build()
        .expect("shadow init for nyx_space failed");
}