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

Use serde for serialization #35

Closed rnestler closed 8 years ago

rnestler commented 8 years ago

Fixes #25

This is currently not cleanly mergable, due to changes in status.rs

rnestler commented 8 years ago

So no dependency on nightly, right?

Correct. We can switch to the new methods once macros 1.1 lands in rustc stable.

What's left to be done so we can merge this?

I'd like to update to serde 0.8 and then adapt the changelog and the Cargo.toml version

rnestler commented 8 years ago

OK I did the update to serde 0.8. This leaves us the question if we should switch to use serde_derive instead of the serde_codegen. But this would require nightly.

Leave a :+1: if you think we should transition to serde_derive.