irclap

Crates.ioirclap
lib.rsirclap
version0.1.0
sourcesrc
created_at2018-03-12 20:48:09.516431
updated_at2018-03-12 20:48:09.516431
descriptionBridge between irc and clap to enable better bot command parsing
homepagehttps://www.github.com/brandonson/irclap
repositoryhttps://www.github.com/brandons/irclap.git
max_upload_size
id55225
size16,908
Owners (github:softdevteam:owners)

documentation

https://docs.rs/irclap

README

irclap

A bridge between the irc crate and clap-rs. This helps process irc messages as commands, and will also hopefully allow accessing bot commands as command line tools (and vice versa)

Of course, being version 0.1.0, there's a lot of room for improvement.

Docs on docs.rs

Limitations

  • Currently nightly-only, because it needs conservative_impl_trait.
  • No CLI support yet
Commit count: 0

cargo fmt