Crate abar[][src]

Expand description

Provides structs that neatly fit together into a “blocks”-style status string. For example:

>>> VOLUME | BATTERY | CURRENT_TIME <<<

where each element has its own update cycle, etc.

Structs

Encapsulates a number of StatusBlocks.

Encapsulates a Fn() -> String closure.