Expand description
Rich output facade.
Provides a unified interface for console output that automatically adapts to the current environment.
Structs§
- Rich
Output - The main facade for rich console output.
- Rich
Output Builder - Builder for RichOutput with custom configuration.
Enums§
- Status
Kind - Status message kinds.
Functions§
- get_
global - Get the global
RichOutputinstance. - set_
global - Replace the global
RichOutputinstance.