8 breaking releases

new 0.9.1 Apr 19, 2024
0.9.0 Dec 5, 2023
0.8.0 Sep 14, 2023
0.7.0 May 17, 2023
0.4.0 Nov 19, 2022

#165 in Games

Download history 45/week @ 2023-12-22 18/week @ 2023-12-29 28/week @ 2024-01-05 27/week @ 2024-01-12 18/week @ 2024-01-19 11/week @ 2024-01-26 10/week @ 2024-02-02 22/week @ 2024-02-09 60/week @ 2024-02-16 47/week @ 2024-02-23 44/week @ 2024-03-01 55/week @ 2024-03-08 52/week @ 2024-03-15 68/week @ 2024-03-22 84/week @ 2024-03-29 43/week @ 2024-04-05

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

MIT license

34KB
829 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.5–2.3MB
~46K SLoC