Rust Space API Implementation

Build Status

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

Usage

Add spaceapi to your Cargo.toml:

[dependencies]
spaceapi = "^0.1"

Docs

You can build docs with make docs. Find them in the target/doc/ directory.

License

MIT, see LICENSE.txt.