Expand description
Wrappers around various side effects.
Modules§
- icons
- The string values associated with
OperationIcon
s.
Structs§
- Effects
- Wrapper around side-effectful operations, such as output and progress indicators.
- Error
Stream - A handle to stderr, but doesn’t overwrite interactive progress notifications.
- Output
Stream - A handle to stdout, but doesn’t overwrite interactive progress notifications.
- Progress
Handle - A handle to an operation in progress. This object should be kept live while the operation is underway, and a timing entry for it will be displayed in the interactive progress display.
- Progress
Iter - A wrapper around an iterator that reports progress as it iterates.
Enums§
- Operation
Icon - An icon denoting the status of an operation.
- Operation
Type
Traits§
- With
Progress - Extension trait for iterators that adds a
with_progress
method.