serde-rs / serde-rs.github.io

https://serde.rs
Creative Commons Attribution Share Alike 4.0 International
22 stars 96 forks source link

Make it more rust and generic. #78

Closed xoac closed 6 years ago

xoac commented 6 years ago

Motivation: Return Self::Value instead of i32 make it easier to modify after copy. Use i32::from(value) instead value as i32 is from clippy suggestion.