#minecraft #minecraft-bot #azalea #buf

nightly azalea-buf

Serialize and deserialize buffers from Minecraft

16 releases (breaking)

Uses new Rust 2024

new 0.12.0+mc1.21.5 Apr 13, 2025
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.4.0 Nov 19, 2022

#892 in Games

Download history 180/week @ 2024-12-18 12/week @ 2024-12-25 13/week @ 2025-01-01 56/week @ 2025-01-08 21/week @ 2025-01-15 9/week @ 2025-01-22 9/week @ 2025-01-29 37/week @ 2025-02-05 20/week @ 2025-02-12 64/week @ 2025-02-19 57/week @ 2025-02-26 21/week @ 2025-03-05 35/week @ 2025-03-12 1/week @ 2025-03-19 20/week @ 2025-03-26 35/week @ 2025-04-02

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

MIT license

37KB
945 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.7–2.5MB
~44K SLoC