1 个不稳定版本
0.0.1 | 2020年4月29日 |
---|
#27 在 #irc-client
16KB
383 行
ircv3-rs
支持 IRCv3 的 Rust 解析库,包含参考 IRC 客户端实现。
用法
添加依赖
要在项目中使用 ircv3-rs
,您需要在 cargo.toml
文件中将它添加为依赖项。目前,此库不在 crates.io 上可用;您可以先在 git 上跟踪其开发版本。
[dependencies]
ircv3 = { git = "https://github.com/sigkell/ircv3-rs" }
文档
待定
许可证
许可协议为 MIT 许可证;有关条款,请参阅 LICENSE.md
。