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§
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.