arcnmx / serde-value

Serialization value trees
http://arcnmx.github.io/serde-value/serde_value/
MIT License
43 stars 30 forks source link

Use serde's forward_to_deserialize #10

Closed dtolnay closed 7 years ago

dtolnay commented 7 years ago

A nicer form of the forward_to_deserialize! macro from this crate is now built into serde:

https://docs.serde.rs/serde/macro.forward_to_deserialize.html