This is an implementation of the SpaceAPI v0.13 in Rust. It contains both the type definitions as well as tools for serialization and deserialization.
Space API Documentation: http://spaceapi.net/documentation
Add spaceapi
to your Cargo.toml
:
[dependencies]
spaceapi = "^0.1"
You can build docs with make docs
. Find them in the target/doc/
directory.
MIT, see LICENSE.txt
.