azalea/azalea-buf
EightFactorial 9a66cb97a6
Fix test and packets (#60)
* Fix test and packets

* Fix bug, fix a couple more packets

* add tests and fix stuff

* fix warnings

Co-authored-by: Ubuntu <github@matdoes.dev>
2023-01-25 11:51:27 -06:00
..
azalea-buf-macros clippy 2023-01-21 22:25:22 -06:00
src Fix test and packets (#60) 2023-01-25 11:51:27 -06:00
Cargo.toml Bump tokio from 1.22.0 to 1.23.1 (#55) 2023-01-10 22:01:50 -06:00
README.md Pathfinder (#25) 2022-11-12 23:54:05 -06:00

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.