https://github.com/mainrs/terminal-log-symbols-rs
https://github.com/mainrs/terminal-log-symbols-rs
rust-library
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mainrs/terminal-log-symbols-rs
- Owner: mainrs
- License: apache-2.0
- Created: 2021-03-10T01:07:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T00:20:12.000Z (over 1 year ago)
- Last Synced: 2024-04-20T12:29:28.452Z (about 1 year ago)
- Topics: rust-library
- Language: Rust
- Homepage: https://crates.io/crates/terminal-log-symbols
- Size: 83 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# terminal-log-symbols
> Provides log symbols for the terminal with fallbacks.
## Usage
```rust
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.