15 releases (breaking)

new 0.11.0+mc1.21.4 Dec 21, 2024
0.10.3+mc1.21.1 Oct 23, 2024
0.10.2 Jun 14, 2024
0.9.0 Dec 5, 2023
0.4.0 Nov 19, 2022

#256 in Games

Download history 57/week @ 2024-08-30 27/week @ 2024-09-06 36/week @ 2024-09-13 69/week @ 2024-09-20 48/week @ 2024-09-27 25/week @ 2024-10-04 24/week @ 2024-10-11 215/week @ 2024-10-18 53/week @ 2024-10-25 70/week @ 2024-11-01 21/week @ 2024-11-08 40/week @ 2024-11-15 65/week @ 2024-11-22 73/week @ 2024-11-29 66/week @ 2024-12-06 46/week @ 2024-12-13

263 downloads per month
Used in 16 crates (15 directly)

MIT license

35KB
863 lines

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.

Dependencies

~1.9–2.7MB
~48K SLoC