Crate terminal_log_symbols

Source
Expand description

The crate provides four symbols that can be used for printing process messages to the terminal: error, info, success and warning. The emojis used support fallback values for OS’ that have no Emoji support.

Modules§

colored

Constants§

ERROR_SYMBOL
A symbol used for indicating error messages.
INFO_SYMBOL
A symbol used for indicating additional information to the user.
SUCCESS_SYMBOL
A symbol used for indicating a successful operation.
UNKNOWN_SYMBOL
A symbol used to indicate a recoverable error.
WARNING_SYMBOL
A symbol used to indicate a recoverable error.