Crates.io | hiirc |
lib.rs | hiirc |
version | 0.5.0 |
source | src |
created_at | 2015-11-03 03:33:45.569708 |
updated_at | 2017-12-04 00:46:30.790837 |
description | High-level and featureful IRC client library with ease of use in mind. |
homepage | https://github.com/sbstp/hiirc |
repository | https://github.com/sbstp/hiirc |
max_upload_size | |
id | 3356 |
size | 43,419 |
hiirc is a high level irc client library. The primary goal is for it to be easy to use and featureful. It's build on top of loirc and offers the same stability and reliability but with a much friendlier and abstract interface.
You can see the difference between loirc and hiirc by checking the peekaboo examples. (loirc/ hiirc)
You can setup a client by implementing the Listener
trait,
and giving an instance of your object to the dispatch
method
with Settings
configured to your needs.
Just like loirc, server side is not a goal at the moment.
zlib license, see LICENSE.