#irc #color #formatting #paint #text-color #red #clients

mirc

为 irc 客户端提供的简单 mirc 颜色格式化

10 个版本

0.1.10 2022 年 6 月 8 日
0.1.9 2022 年 6 月 8 日

#7 in #paint

每月 32 次下载

MIT 许可证

8KB
179

mirc-rs

Crates.io

一个简单的 mirc 颜色代码格式化工具,部分灵感来自 yansi

docs.rs

用法

use mirc::Paint;

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

适用于任何实现了 fmt::Display 的类型


lib.rs:

一个简单的 mirc 颜色代码格式化工具,部分灵感来自 yansi

用法

use mirc::Paint;

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

无运行时依赖