# Rust Space API Implementation
[](https://travis-ci.org/coredump-ch/spaceapi-rs)
This is an implementation of the [SpaceAPI](http://spaceapi.net/) 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`.