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§
- Cluster
Id - Ordered list of
axis:valuesegments identifying a cluster’s path from the root. - Cluster
IdSegment - A single
axis:valuepair within aClusterId.
Enums§
- Cluster
IdError - Errors returned while parsing a
ClusterId.