aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/azalea-protocol-macros/src
AgeCommit message (Collapse)Author
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
* Start getting rid of Cursor * try to make the tests pass and fail * make the tests pass * remove unused uses * fix clippy warnings * fix potential OOM exploits * fix OOM in az-nbt * fix nbt benchmark * fix a test * start replacing it with Cursor<Vec<u8>> * wip * fix all the issues * fix all tests * fix nbt benchmark * fix warnings
2022-09-11no unused variablemat
2022-09-11only check leftover data in debug modemat
2022-09-10fix outdated EntityDataValuemat
2022-09-06rename variants in packet enums to be shorterUbuntu
2022-09-05Publish everything* to crates.iomat
Except azalea-client since it's not ready yet