Like plexus, this crate suffers from a lack of examples. Examples in the docs would suffice for most types, I think. 😁
I more than once fell back to using the ordered-float crate over decorum because of this.
Just today: how to I construct a Real infallibly from an i32?
Like
plexus, this crate suffers from a lack of examples. Examples in the docs would suffice for most types, I think. 😁I more than once fell back to using the
ordered-floatcrate overdecorumbecause of this.Just today: how to I construct a
Realinfallibly from ani32?