aionbot 0.1.2

Rust-based high concurrency cross platform bot runtime
Documentation
1
2
3
4
5
6
7
8
9
pub extern crate aionbot_core;
pub extern crate aionbot_macros;

pub use aionbot_core::prelude::*;
pub use aionbot_core::runtime::Builder;
pub use aionbot_macros::register;

pub mod logger;
pub mod prelude;