oxidebot 0.1.6

A lightweight yet powerful chatbot framework
Documentation
1
2
3
4
5
6

#[derive(Debug, Clone, PartialEq)]
pub enum MetaEvent {
    ConnectEvent,
    DisconnectEvent,
}