ircv3 0.0.1

IRCv3-aware parsing library for Rust, with reference IRC client implementation.
Documentation
  • Coverage
  • 0%
    0 out of 13 items documented0 out of 5 items with examples
  • Size
  • Source code size: 23.31 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • osslate/ircv3-rs
    7 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • osslate

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.

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

Documentation

TBD

License

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