spaceapi 0.1.1

Space API types and serialization/deserialization.
Documentation

Rust Space API Implementation

Travis branch Crates.io Crates.io

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.

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.