terminal-log-symbols 0.1.4

Provides log symbols for the terminal with fallbacks
docs.rs failed to build terminal-log-symbols-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: terminal-log-symbols-0.1.6

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