2 releases
Uses old Rust 2015
| 0.1.1 | Apr 26, 2018 |
|---|---|
| 0.1.0 | Apr 26, 2018 |
#1029 in Command-line interface
264 downloads per month
Used in 6 crates
(5 directly)
4KB
prettycli
prettycli is a collection of handy functions to print messages to terminal
with emojis and colors 😍
prettycli
Print pretty terminal messages
Description:
A simple Rust crate with no dependencies to print colorful messages with emojis on the terminal.
Usage:
extern crate prettycli;
use prettycli::*;
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
Issue/Feedback:
log them in the github issues or hit me on twitter.
Inspiration:
Like it?:
Please ⭐ this repo