A simple Rust crate with no dependencies to print colorful messages with emojis on the terminal.
```rust extern crate prettylog;
use prettylog::*;
fn main() { error("Hello, world!"); info("Hello, world!"); warn("Hello, world!"); wait("Hello, world!"); critical("Hello, world!"); command("Hello, world!"); link("Hello, world!"); misc("Hello, world!"); } ```
will output
[IMAGE]
log them in the github issues or hit me on twitter.
Please ⭐ this repo