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
@jprochazk do you think a new float(non_nan, finite, normal) rule would be the way to do this or should things like this just be implemented with a custom validator?
It would be great to have float validators for these:
https://doc.rust-lang.org/std/primitive.f64.html#method.is_nan (especially inverted : non_nan)
https://doc.rust-lang.org/std/primitive.f64.html#method.is_finite
https://doc.rust-lang.org/std/primitive.f64.html#method.is_normal
The text was updated successfully, but these errors were encountered: