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
Simple structure for handling most basic mirc color painting needs
Structure for handling painting items as rainbows!
Enums
Enumeration of mirc color codes