Module util
Source - Decimal ๐
- A formatted decimal number that can be converted to a sequence of bytes.
- DecimalFormatter ๐
- A simple formatter for converting
i64
values to ASCII byte strings. - Fractional ๐
- A formatted fractional number that can be converted to a sequence of bytes.
- FractionalFormatter ๐
- A simple formatter for converting fractional components to ASCII byte
strings.
- fractional_time_to_duration ๐
- Like
fractional_time_to_span
, but just converts the fraction of the given
unit to a signed duration. - fractional_time_to_span ๐
- This routine returns a span based on the given with fractional time applied
to it.
- parse_temporal_fraction ๐
- Parses an optional fractional number from the start of
input
.