Expand description
Layer identifiers — YYYY.MM.P, three-part from day one (DD-004).
2026.07.0 is the initial deposit of the July 2026 line; 2026.07.1 is a
patch inside that frozen line. A two-part identifier is rejected outright:
the grammar freezes with manifest-version 1, and an identifier that could
mean “the line” or “a layer in it” is exactly the resolution ambiguity a
qualified pin must not have.
Structs§
- LayerId
- A layer identifier: one dated, immutable deposit —
YYYY.MM.P. - Line
- A release line: the
YYYY.MMa consumer freezes on.
Enums§
- Layer
IdError - Why a layer identifier failed to parse.