2022-06-02 18:02:04 -04:00
2022-06-02 18:02:04 -04:00
2022-06-02 11:58:27 -04:00
2022-06-02 18:02:04 -04:00
2022-06-02 18:02:04 -04:00

mirc-rs

A simple mirc color code formatter partially inspired by yansi

docs.rs

Usage

use mirc::Paint;

irc.send_privmsg("#channel", Paint::red("red text"));
irc.send_privmsg("#channel", format!("Hello: {}", Paint::blue("nick")));

Works on any type that impl's fmt::Display

Description
No description provided
Readme 29 KiB
Languages
Rust 100%