Crate mirc

Source
Expand description

A simple mirc color code formatter partially inspired by yansi

§Usage

use mirc::Paint;

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

Structs§

Paint
Simple structure for handling most basic mirc color painting needs
Rainbow
Structure for handling painting items as rainbows!

Enums§

Color
Enumeration of mirc color codes