Module time::serde

source ยท
Expand description

Differential formats for serde.

Modulesยง

Macrosยง

  • Generate a custom serializer and deserializer from a format string or an existing format.
  • item ๐Ÿ”’
    Consume the next item in a sequence.

Constantsยง

  • DATE_FORMAT ๐Ÿ”’
    The format used when serializing and deserializing a human-readable Date.
  • The format used when serializing and deserializing a human-readable OffsetDateTime.
  • The format used when serializing and deserializing a human-readable PrimitiveDateTime.
  • TIME_FORMAT ๐Ÿ”’
    The format used when serializing and deserializing a human-readable Time.
  • UTC_OFFSET_FORMAT ๐Ÿ”’
    The format used when serializing and deserializing a human-readable UtcOffset.