Skip to main content

Crate oxide_update_engine_display

Crate oxide_update_engine_display 

Source
Expand description

Displayers for the update engine.

Currently implemented are:

  • LineDisplay: a line-oriented display suitable for the command line.
  • GroupDisplay: manages state and shows the results of several LineDisplays at once.
  • Some utility displayers which can be used to build custom displayers.

Structs§

AbortMessageDisplay
Displays the message for an execution abort.
GroupDisplay
A displayer that simultaneously manages and shows line-based output for several event buffers.
GroupDisplayStats
LineDisplay
A line-oriented display.
LineDisplayStyles
Styles for LineDisplay.
ProgressRatioDisplay
Given current and total, displays {current}/{total}.

Traits§

ToU64
Trait that abstracts over usize and u64.