Module id

Module id 

Source
Expand description

Universal identifier types for the actor system.

Label is an RFC 1035 label: up to 63 lowercase alphanumeric characters plus hyphens, starting with a letter and ending with an alphanumeric.

Uid is either a singleton (identified by label) or an instance (identified by a random u64).

Structs§

ActorId
Identifies an actor within a process.
Label
An RFC 1035 label: 1–63 chars, lowercase ASCII alphanumeric plus -, starting with a letter, ending with an alphanumeric character.
PortId
Identifies a port on an actor.
ProcId
Identifies a process in the actor system.

Enums§

IdParseError
Errors that can occur when parsing a ProcId or ActorId from a string.
LabelError
Errors that can occur when constructing a Label.
Uid
A unique identifier: either a labeled singleton or a random instance.
UidParseError
Errors that can occur when parsing a Uid from a string.