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. The crate has been published to crates.io, but as we're < v1.0.0, you're best off depending on the master branch if you'd like to play around.
[dependencies]
ircv3 = { git = "https://github.com/sigkell/ircv3-rs" }
Documentation for the public API is available at docs.rs, or alternatively can be generated by executing cargo docs
.
In order to include documentation for the private API, use cargo docs --document-private-items
.
Licensed under the MIT License; see LICENSE.md
for terms.