You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using decimal to replace is f64/32, some times we need to send the data through network or save them into file. Serde helps a lot. OrderedFloat supports serde. Do you have plan to support it?
The text was updated successfully, but these errors were encountered:
Hi @Tatamethues,
Serde is already supported by both Fraction and Decimal. It is an optional feature which is disabled by default.
You may enable it by adding with-serde-support feature to your Cargo.toml where you define fraction module dependency.
When using decimal to replace is f64/32, some times we need to send the data through network or save them into file. Serde helps a lot. OrderedFloat supports serde. Do you have plan to support it?
The text was updated successfully, but these errors were encountered: