Crates.io | terminal-log-symbols |
lib.rs | terminal-log-symbols |
version | 0.1.6 |
source | src |
created_at | 2021-03-10 01:30:11.882813 |
updated_at | 2021-03-15 17:16:39.953649 |
description | Provides log symbols for the terminal with fallbacks |
homepage | |
repository | https://github.com/SirWindfield/terminal-log-symbols-rs |
max_upload_size | |
id | 366629 |
size | 68,358 |
Provides log symbols for the terminal with fallbacks.
use terminal_log_symbols::SUCCESS_SYMBOL;
println!("{} Finished downloading newest podcast", SUCCESS_SYMBOL);