std
feature, enabled by default, along
with the implication that building without this feature makes this a
#[no_std]
crate.
Float
and Real
traits are only available when std
is enabled.Contributors: @cuviper, @termoshtt, @vks
ParseFloatError
now implements Display
.AsPrimitive
trait implements generic casting with the as
operator.CheckedShl
and CheckedShr
traits implement generic
support for the checked_shl
and checked_shr
methods on primitive integers.Real
trait offers a subset of Float
functionality that may be applicable to more
types, with a blanket implementation for all existing T: Float
types.Thanks to @cuviper, @Enet4, @fabianschuiki, @svartalf, and @yoanlcq for their contributions!
No prior release notes were kept. Thanks all the same to the many contributors that have made this crate what it is!