Skip to content

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

License

Notifications You must be signed in to change notification settings

osslate/ircv3-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ircv3-rs logo

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. 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

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.

License

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages