irc-bot 0.2.1

A library for writing Internet Relay Chat (IRC) bots in Rust
Documentation
1
2
3
4
5
pub trait GetDebugInfo {
    type Output;

    fn dbg_info(&self) -> Self::Output;
}