Expand description
TimelineBlock — the grouper’s output unit. A timeline payload is a
Vec<TimelineBlock>; each block renders either as one standalone event
card or as a Twitter-style stacked module with a connecting vertical line.
Enums§
- Timeline
Block - Either one event on its own, or a chained module of contextually related
events (root-first newest-last when fully chained; see
crate::Grouper).