Expand description
Gossip pub/sub topic primitive.
A Topic represents a named gossip channel identified by a BLAKE3 hash
of its name string. Topics deliver validated messages to an Inbox.
See the pubsub spec for the full specification.
Structs§
- Topic
- A gossip pub/sub topic.
Functions§
Type Aliases§
- TopicId
- A 32-byte topic identifier derived from
blake3(topic_string).