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§
- A symbol used for indicating error messages.
- A symbol used for indicating additional information to the user.
- A symbol used for indicating a successful operation.
- A symbol used to indicate a recoverable error.
- A symbol used to indicate a recoverable error.