spaceapi-community / spaceapi-rs

Rust types and serialization for the Space API.
https://crates.io/crates/spaceapi
Apache License 2.0
6 stars 9 forks source link

Cleanup #43

Closed rnestler closed 7 years ago

rnestler commented 7 years ago

The first commit is pretty simple. For the second one I'm not sure if it will work for deserialization.

Edit: It works for deserialization with the serde default field-attribute. So a missing field gets serialized to an empty vector.