azalea-buf

Crates.ioazalea-buf
lib.rsazalea-buf
version0.10.2
sourcesrc
created_at2022-08-30 02:20:20.612147
updated_at2024-06-14 00:24:12.637489
descriptionSerialize and deserialize buffers from Minecraft.
homepage
repositoryhttps://github.com/azalea-rs/azalea/tree/main/azalea-buf
max_upload_size
id654881
size31,431
mat (mat-1)

documentation

README

Azalea Buf

An implementation of Minecraft's FriendlyByteBuf. This is used frequently in the game for serialization and deserialization of data.

Note that there are some minor implementation differences such as using unsigned integers in places where Minecraft uses signed integers. This doesn't cause issues normally, but does technically make usage of azalea-buf detectable if a server really wants to since it won't error in places where vanilla Minecraft would.

Commit count: 0

cargo fmt