Expand description

A library for terminal multi-line spinners based purely on ANSI escape sequences.

Modules

Helpers for ANSI escape codes.
Various spinner implementations and utilities for Frames.

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.