7 releases
0.1.6 | Mar 15, 2021 |
---|---|
0.1.5 | Mar 12, 2021 |
#672 in Command-line interface
353 downloads per month
Used in 8 crates
(4 directly)
54KB
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);
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
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.
Dependencies
~240KB