arcnmx / serde-value

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

Add to_value #13

Closed sfackler closed 7 years ago

sfackler commented 7 years ago

Also upgrade ordered-float while we're in here.

arcnmx commented 7 years ago

Awesome! Would you mind adding a simple test case for to_value? Just something like adding to the smoke_test and checking for equality of to_value(&value) should be enough.

sfackler commented 7 years ago

Updated!

arcnmx commented 7 years ago

Thanks!

arcnmx commented 7 years ago

Pushed to crates.io, minor bump because I think I didn't see any breakage but I could be wrong..!