#symbols #fallback #terminal #log #success #warnings #info

terminal-log-symbols

Provides log symbols for the terminal with fallbacks

7 releases

0.1.6 Mar 15, 2021
0.1.5 Mar 12, 2021

#634 in Command-line interface

Download history 138/week @ 2023-12-12 123/week @ 2023-12-19 75/week @ 2023-12-26 215/week @ 2024-01-02 162/week @ 2024-01-09 140/week @ 2024-01-16 119/week @ 2024-01-23 93/week @ 2024-01-30 131/week @ 2024-02-06 273/week @ 2024-02-13 182/week @ 2024-02-20 70/week @ 2024-02-27 191/week @ 2024-03-05 218/week @ 2024-03-12 153/week @ 2024-03-19 380/week @ 2024-03-26

955 downloads per month
Used in 8 crates (4 directly)

Apache-2.0 OR MIT

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);

Example

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