ircv3 0.0.1

IRCv3-aware parsing library for Rust, with reference IRC client implementation.
Documentation
<img src="logo.svg" alt="ircv3-rs logo" width="200" />

# ircv3-rs [![]https://api.travis-ci.org/sigkell/ircv3-rs.svg?branch=master]https://travis-ci.org/sigkell/ircv3-rs

IRCv3-aware parsing library for Rust, with reference IRC client implementation.

## Usage

### Add as dependency

To use `ircv3-rs` in your project, you need to add it as a dependency in your `cargo.toml` file. At this time, the library is not available on crates.io; you can track the development version on git for the time being.

```toml
[dependencies]
ircv3 = { git = "https://github.com/sigkell/ircv3-rs" }
```

## Documentation

TBD

## License

Licensed under the MIT License; see `LICENSE.md` for terms.