A fork of aatxe/irc Rust crate, improved for IRCv3 support.
Find a file
2014-11-03 03:02:35 -05:00
examples Added basic message handling, and fixed a bug in message parsing. 2014-11-03 02:54:40 -05:00
src Messages now properly end with new-lines. 2014-11-03 03:02:35 -05:00
.gitignore Added some basic data tests. 2014-10-08 18:08:29 -04:00
.travis.yml Took non-existant script out of travis build configuration. 2014-11-02 18:45:29 -05:00
Cargo.toml Laid out basic structure of rewritten library. 2014-11-02 16:25:57 -05:00
README.md Updated README.md with a link to an example. 2014-11-02 12:41:24 -05:00

irc Build Status

An IRC library in Rust. Subject to serious change. You can find a complex example here. Simple examples and documentation coming soon.