Expand description
mcproto-codec
This crate provides a codec for the Minecraft protocol, including support for reading and writing various data types used in the protocol, such as VarInt, VarLong, and other primitive types. It also includes error handling and context management for encoding and decoding operations.
Modulesยง
- error
- Errors reported by Minecraft protocol codecs.
- io
- Counted I/O helpers for protocol codecs.
- varint
- Reading and writing Minecraft protocol VarInt values.
- varlong
- Reading and writing Minecraft protocol VarLong values.