tokio-irc-client 0.2.0

IRCv3 compatible client library using tokio and futures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# tokio-irc-client


IRCv3 client library for Rust built on `tokio` and `futures`.

[![Build Status](https://travis-ci.org/Mr-Byte/tokio-irc-client.svg?branch=master)](https://travis-ci.org/Mr-Byte/tokio-irc-client)
[![Build status](https://ci.appveyor.com/api/projects/status/v3l61ksjg395ys5q/branch/master?svg=true)](https://ci.appveyor.com/project/Mr-Byte/tokio-irc-client/branch/master)
[![Crates](https://img.shields.io/crates/v/tokio-irc-client.svg)](https://crates.io/crates/tokio-irc-client)
## Usage


# License


`tokio-irc-client` is distributed under the terms of both the MIT license
and the Apache License (Version 2.0).

See LICENSE-APACHE, and LICENSE-MIT for details.