nurtex-codec 1.2.0

Library for serializing types from the Minecraft protocol.
Documentation
1
2
3
4
5
6
7
pub mod types;

mod buffer;
mod read;

pub use buffer::*;
pub use read::*;