terminal-log-symbols 0.1.3

Provides log symbols for the terminal with fallbacks
Documentation

terminal-log-symbols

Provides log symbols for the terminal with fallbacks.

Usage

use terminal_log_symbols::SUCCESS_SYMBOL;

println!("{} Finished downloading newest podcast", SUCCESS_SYMBOL);

Example

License