Module dbn::pretty

source ·
Expand description

Contains new types for pretty-printing values found in DBN records.

Structs§

  • A new type for formatting prices.
  • A new type for formatting nanosecond UNIX timestamps.

Functions§

  • Converts a fixed-precision price to a decimal string.
  • Converts a nanosecond UNIX timestamp to a human-readable string in the format [year]-[month]-[day]T[hour]:[minute]:[second].[subsecond digits:9]Z.