rhorizons 0.1.0

Access NASA JPL Horizons system. Get Solar System bodies, their positions and velocities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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`.


Useful links
------------
- <https://ssd.jpl.nasa.gov/horizons/>
- <https://ssd-api.jpl.nasa.gov/doc/horizons.html>