Crate typout
Source - Output
- Output represents a wrapper around the standard output of the current
process and is responsible for painting massages to the terminal.
- Spinner
- Spinner provides animation frames which are used by the spinner animation
thread to animate a pinned message.
- Typout
- Typout represents a wrapper around the standard output of the current
process (stdout).
- OutputIntent
- The output is controlled through intents which are sent to the output
handler thread via a channel.
- SpinnerIntent
- The spinner animation is controlled through intents which are sent to each
spinner thread via a channel.