Module identity_core::common

source ·
Expand description

Definitions of common types (Url, Timestamp, JSON types, etc).

Structs

  • A span of time.
  • Represents a DID URL fragment.
  • A generic container that stores exactly one or more unique instances of a given type.
  • An ordered set backed by a Vec<T>.
  • A parsed Timestamp.
  • A parsed URL.

Enums

  • A reference to a JSON-LD context
  • A generic container that stores exactly one or many (0+) values of a given type.
  • Represents any valid JSON value.

Traits

Type Definitions