Expand description

Traits for converting to and from numbers, converting to and from strings, and extracting digits.

Modules

Traits for working with the digits of numbers.

Traits for converting between different number types. The traits are CheckedFrom, WrappingFrom, SaturatingFrom, OverflowingFrom, ConvertibleFrom, and RoundingFrom.

JoinHalves and SplitInHalf, traits for joining the bits of two numbers or for splitting a number in half.

IsInteger, a trait for determining whether a value is an integer.

Traits for converting numbers to and from mantissa and exponent representations.

Traits for converting slices to numbers, slices to Vecs, or numbers to Vecs. The traits are FromOtherTypeSlice, VecFromOtherTypeSlice, and VecFromOtherType.

Traits for converting numbers to and from Strings.

Various traits for converting numbers.