terminal-log-symbols

Crates.ioterminal-log-symbols
lib.rsterminal-log-symbols
version0.1.6
sourcesrc
created_at2021-03-10 01:30:11.882813
updated_at2021-03-15 17:16:39.953649
descriptionProvides log symbols for the terminal with fallbacks
homepage
repositoryhttps://github.com/SirWindfield/terminal-log-symbols-rs
max_upload_size
id366629
size68,358
mainrs (mainrs)

documentation

README

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.
Commit count: 20

cargo fmt