Skip to main content

Module topic

Module topic 

Source
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§

topic_id
Compute a TopicId from a topic name string.

Type Aliases§

TopicId
A 32-byte topic identifier derived from blake3(topic_string).