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
285 downloads per month
Used in 13 crates
(10 directly)
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