Closed popen2 closed 1 year ago
serde-float forces all users of rust_decimal to be serialized as float instead of string when using google_maps.
serde-float
rust_decimal
google_maps
This PR changes rust_decimal to only add the serde feature, while serde-float can be added externally by the using crate if desired.
serde
serde-float
forces all users ofrust_decimal
to be serialized as float instead of string when usinggoogle_maps
.This PR changes
rust_decimal
to only add theserde
feature, whileserde-float
can be added externally by the using crate if desired.