nurtex 0.5.0

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

pub use events::*;
pub use invoker::*;