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
E.g. in json there is no distinction between floats and integers.
I want to use therefor an f64 for both in rust. when I deserialize_into into an enum with only an f64 variant it crashes because it parses e.g. 5 as u64.
The text was updated successfully, but these errors were encountered:
E.g. in json there is no distinction between floats and integers.
I want to use therefor an f64 for both in rust. when I
deserialize_into
into an enum with only anf64
variant it crashes because it parses e.g.5
as u64.The text was updated successfully, but these errors were encountered: