rust-mpd icon indicating copy to clipboard operation
rust-mpd copied to clipboard

Switch from rustc-serialize to serde

Open matthiasbeyer opened this issue 9 years ago • 2 comments

Serde is where the things happen today, so it would be awesome to switch to serde here.

matthiasbeyer avatar Jan 01 '17 14:01 matthiasbeyer

I'd wait for proc_macro to stabilize (it should be stabilized in Rust 1.15.0), so we can use stable Rust.

kstep avatar Jan 06 '17 08:01 kstep

Now that 1.15 is out with proc_macro, I've started on an implementation here. There are still a few helpers that should be moved somewhere more sensible.

I'm not sure if that implementation is compatible with the current output format ... the serialization isn't used internally, so I'm not sure what the intended usage is.

tomprince avatar Feb 06 '17 21:02 tomprince