Skip to main content

Module cluster_id

Module cluster_id 

Source
Expand description

Cluster identifiers (§6.1 of docs/design.md).

A ClusterId is an ordered list of axis:value segments, comma-separated when rendered. Values containing ,, :, or " are quoted with double quotes; embedded " is escaped as "" (CSV-style).

Both the canonical comma form and the structured axis=value repeat form parse into the same value, and round-trip through fmt::Display.

Structs§

ClusterId
Ordered list of axis:value segments identifying a cluster’s path from the root.
ClusterIdSegment
A single axis:value pair within a ClusterId.

Enums§

ClusterIdError
Errors returned while parsing a ClusterId.