azalea/azalea-buf
mat 5a9fca0ca9
Better errors (#14)
* make reading use thiserror

* finish implementing all the error things

* clippy warnings related to ok_or

* fix some errors in other places

* thiserror in more places

* don't use closures in a couple places

* errors in writing packet

* rip backtraces

* change some BufReadError::Custom to UnexpectedEnumVariant

* Errors say what packet is bad

* error on leftover data and fix

it wasn't reading the properties for gameprofile
2022-08-06 02:22:19 -05:00
..
buf-macros Better errors (#14) 2022-08-06 02:22:19 -05:00
src Better errors (#14) 2022-08-06 02:22:19 -05:00
Cargo.toml Better errors (#14) 2022-08-06 02:22:19 -05:00
README.md azalea-buf 2022-06-23 15:12:17 -05:00

Azalea Buf

An implementation of Minecraft's FriendlyByteBuf. This is used frequently in the game for serialization and deserialization of data.