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

Add a v14 deserialization example #88

Closed rnestler closed 3 years ago

rnestler commented 3 years ago

This is a minimal v14 compatible struct. It currently fails to deserialize, since we still require some now optional fields.

Checklist