Crates.io | ircv3 |
lib.rs | ircv3 |
version | 0.0.1 |
source | src |
created_at | 2020-04-29 11:00:02.158509 |
updated_at | 2020-04-29 11:00:02.158509 |
description | IRCv3-aware parsing library for Rust, with reference IRC client implementation. |
homepage | |
repository | https://github.com/sigkell/ircv3-rs |
max_upload_size | |
id | 235295 |
size | 23,692 |
IRCv3-aware parsing library for Rust, with reference IRC client implementation.
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.
[dependencies]
ircv3 = { git = "https://github.com/sigkell/ircv3-rs" }
TBD
Licensed under the MIT License; see LICENSE.md
for terms.