azalea/azalea-buf
2023-01-21 22:25:22 -06:00
..
azalea-buf-macros clippy 2023-01-21 22:25:22 -06:00
src wrap_comments = true 2022-12-08 18:39:35 -06:00
Cargo.toml Bump tokio from 1.22.0 to 1.23.1 (#55) 2023-01-10 22:01:50 -06:00
README.md Pathfinder (#25) 2022-11-12 23:54:05 -06:00

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.