Expand description
A library for terminal multi-line spinners based purely on ANSI escape sequences.
Modules
Structs
A stateful group of displayable frames
that are separated by new lines.
A single line with a spinner and text.
Run the loop with the given callback.
A convenience wrapper for
Arc<Mutex<_>>
that implements Frames
.Traits
Frames that can be printed to the terminal via
fmt::Display
.