Convenience wrapper around Exosphere.ATProto.TID.
Summary
Functions
Compare two TIDs chronologically. Returns :lt, :eq, or :gt.
@spec generate() :: String.t()
Generate a new TID string.
@spec generate_for(DateTime.t()) :: String.t()
Generate a TID for a specific datetime.
@spec to_datetime(String.t()) :: {:ok, DateTime.t()} | {:error, :invalid_tid}
Convert a TID string to a DateTime.
Validate a TID string.