Access NASA JPL Horizons system from Rust.
Examples
major_bodies- gets list of all major bodies in the Solar System.ephemeris- get Earth's ephemeris (position and velocity vectors).
Run them by using cargo run --example NAME.
Access NASA JPL Horizons system from Rust.
major_bodies - gets list of all major bodies in the Solar System.ephemeris - get Earth's ephemeris (position and velocity vectors).Run them by using cargo run --example NAME.