Crate kitsune_p2p_timestamp

Crate kitsune_p2p_timestamp 

Source
Expand description

A microsecond-precision UTC timestamp for use in Holochain’s actions.

Structs§

InclusiveTimestampInterval
It’s an interval bounded by timestamps that are not infinite.
Timestamp
A microsecond-precision UTC timestamp for use in Holochain’s actions.

Enums§

HumanTimestamp
A human-readable timestamp which is represented/serialized as an RFC3339 when possible, and a microsecond integer count otherwise. Both representations can be deserialized to this type.
TimestampError

Constants§

KITSUNE_PROTOCOL_VERSION
This represents general compatibility between kitsune versions. Instances are compatible if and only if they share the same protocol version.

Type Aliases§

TimestampResult