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