Rust-Discord-API 0.1.1

A Discord bot framework written in Rust.
Documentation
1
2
3
4
5
6
pub mod utils;
pub mod router;

pub use utils::*;

pub use router::{Command, CommandRouter};