Performant event serialization. Update README.

This commit is contained in:
Jay
2026-04-20 22:59:28 -04:00
parent b545f9370f
commit 62aeef4eaf
5 changed files with 72 additions and 43 deletions
-3
View File
@@ -20,9 +20,6 @@ var (
// MalformedTag indicates an event tag contains fewer than two elements.
MalformedTag = errors.New("tags must contain at least two elements")
// FailedIDComp indicates the event ID could not be computed during validation.
FailedIDComp = errors.New("failed to compute event id")
// NoEventID indicates the event ID field is empty.
NoEventID = errors.New("event id is empty")