Closed joseluis closed 2 years ago
This is coming in the next version, currently on the v0.5-dev branch. I'm planning to release this after finishing off implementing the updated display functionality.
I was going to test out the dev branch and I just realized it doesn't exist. Is that intended?
@joseluis - yes, I decided it wasn't particularly useful to have it split off. I've merged it into the main branch so you can use that instead.
I have now released this as v0.5.0, splitting off the incomplete string and macro functionality for a future release.
It would be very nice to have optionally implemented
num-traits
like ToPrimitive, FromPrimitive, Num, Float, FloatCore and Bounded, in a similar way as what thehalf
crate does.