6 releases (breaking)

0.6.0 Feb 10, 2023
0.5.0 Dec 9, 2022
0.4.0 Nov 19, 2022
0.3.0 Oct 30, 2022
0.1.0 Aug 30, 2022

#84 in Games

Download history 34/week @ 2022-11-29 131/week @ 2022-12-06 44/week @ 2022-12-13 72/week @ 2022-12-20 63/week @ 2022-12-27 13/week @ 2023-01-03 53/week @ 2023-01-10 32/week @ 2023-01-17 68/week @ 2023-01-24 95/week @ 2023-01-31 90/week @ 2023-02-07 96/week @ 2023-02-14 135/week @ 2023-02-21 32/week @ 2023-02-28 42/week @ 2023-03-07 47/week @ 2023-03-14

285 downloads per month
Used in 13 crates (10 directly)

MIT license

31KB
779 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

~3.5–8MB
~131K SLoC