spice-sys 0.1.0

Thin wrapper for the C language implementation spice toolkit from NAIF
Documentation
1
2
3
4
5
6
# spice-sys
![Rust](https://github.com/rjpower4/spice-sys/workflows/Rust/badge.svg)

Rust bindings for the [NAIF spice toolkit](https://naif.jpl.nasa.gov/naif/toolkit.html).
This crate serves as a thin wrapper around the C implementation of the spice toolkit. 
Currently, it provides only the most common API calls as outlined [here](https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/info/mostused.html).