irc-repartee 1.5.1

the irc crate – usable, async IRC for Rust. Temporary fork for repartee IRC client (bind_address, immediate flush, rustls fix, flood protection, batched autojoin, local_addr, outgoing task handle).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
owners:
  - test
nickname: test
username: test
realname: test
server: irc.test.net
port: 6667
password: ""
encoding: UTF-8
channels:
  - "#test"
  - "#test2"
umodes: +BR
options: {}