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