Module timeline
Available on crate feature
inspect only.Expand description
Format-independent view model for a recorded capture.
A decoder turns one capture file (HAR, qlog, …) into a Timeline: file
Timeline::summary metadata, the Connections the capture observed, and
time-ordered Entry items carrying their own detail Sections. A viewer
renders that shape without knowing which format produced it.
View adds the interaction state a viewer needs — connection scope, text
filter, selection and a visible time window — so navigation behaviour is
shared and testable outside any user interface.
Structs§
- Connection
- A connection (or trace / stream group) the capture observed.
- Copy
Item - Text a viewer can copy out of an
Entry. - Entry
- One item on the timeline: an HTTP exchange, a protocol event, a message, …
- Field
- A named value in a
Section, aConnectionor a file summary. - Section
- One detail block of an
Entry, rendered as a titled group. - Timeline
- One decoded capture file.
- View
- Interaction state over a
Timeline: scope, filter, selection and window.
Enums§
- Level
- How prominently an
Entryshould be rendered. - Section
Body - Content of a
Section.