toby 0.1.3

A simple, opinionated Telegram bot library with structured command parsing
Documentation
1
2
3
4
5
pub mod command;
pub use command::*;

pub mod toby;
pub use toby::*;