nurtex 0.2.0

Lightweight library for creating Minecraft bots. Asynchronous, optimized, ease of coding.
Documentation
1
2
3
4
5
mod events;
mod handlers;

pub use events::*;
pub use handlers::*;