aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt/src/error.rs
AgeCommit message (Collapse)Author
2023-11-19Replace azalea-nbt with simdnbt (#111)mat
* delete azalea-nbt and replace with simdnbt * use simdnbt from crates.io * remove serde dependency on azalea-registry
2023-08-27use thiserror for azalea_nbt::Errormat
2022-10-27use variables directly in format stringsmat
thanks clippy we love you
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-05-26Fixesmat
2022-04-24fix warnings in azalea-nbtmat
2022-04-22simplify error handlingmat
2021-12-20start adding nbt to the protocolmat
2021-12-18nbtmat
2021-12-18reading nbtmat