Module ssb_common::links [] [src]

The cypherlinks used in ssb.

Structs

BlobId

The id of a blob.

BlobIdParseError

The error when failing to parse a BlobId from a string.

BlobIdRef

The id of a blob, referencing a Hash instead of owning it.

FeedId

The id of a feed.

FeedIdParseError

The error when failing to parse a FeedId from a string.

FeedIdRef

The id of a feed, referencing a PublicKey instead of owning it.

LinkParseError

The error when failing to parse a Link from a string.

MessageId

The id of a message.

MessageIdParseError

The error when failing to parse a MessageId from a string.

MessageIdRef

The id of a message, referencing a Hash instead of owning it.

Enums

Link

A cypherlink, either the id of a feed, a message or a blob.

LinkRef

A cypherlink, either the id of a feed, a message or a blob. This references its content rather than owning it.