nurtex-protocol 1.2.0

Library that allows a Minecraft client to communicate with a server.
Documentation
1
2
3
4
5
6
7
pub mod connection;
pub mod packets;
pub mod types;

mod packet;

pub use packet::*;