Skip to main content

Crate deepslate_protocol

Crate deepslate_protocol 

Source
Expand description

Minecraft protocol primitives for the Deepslate proxy.

This crate provides zero-copy packet encoding/decoding, VarInt utilities, and type definitions for the Minecraft protocol. It is intentionally I/O-free and async-free, operating only on byte slices and buffers.

Modules§

codec
Packet framing, compression, and high-level encode/decode functions.
packet
Minecraft packet definitions.
types
Common types used across the Minecraft protocol.
varint
Minecraft VarInt encoding and decoding.
version
Minecraft protocol version definitions.

Enums§

State
Protocol state for a Minecraft connection.