Safe API for parsing and creating IRC commands/messages.
- JOIN
- KICK
- MODE
- NICK
- NOTICE
- PART
- PING
- PONG
- PRIVMSG
- QUIT
- TOPIC
- INVITE
- JOIN
- NICK
- PING
- PONG
- PRIVMSG
- USER
- WHO
- QUIT
Work in progress. Lots of unsupported message types.
See infinityb/rust-irc-mio for integration with carllerche/mio.
Event-loop specific implementations will most likely be implemented in separate crates eventually.
Periodically fuzzed with AFL using kmcallister/afl.rs.
This library is distributed under similar terms to Rust: dual licensed under the MIT license and the Apache license (version 2.0).
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.