aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/src/read.rs
AgeCommit message (Expand)Author
2026-01-13Merge AzaleaRead and AzaleaWrite (#305)mat
2025-12-19smaller EntityDataValue typemat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-11enable str_to_string clippy lintmat
2025-09-301.21.9 (#235)mat
2025-09-20more accurate mining and impl PartialEq for packetsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-04-04remove executable bit from filesmat
2025-02-23fix memory leak in simulation tests (lol)mat
2025-02-23minor memory usage optimizationsmat
2025-02-22update to rust edition 2024mat
2025-02-21fix CustomModelData and WrittenBookContent datacomponentsmat
2025-02-02start implementing data driven registriesmat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-09-15update simdnbtmat
2024-07-05upgrade to simdnbt 0.6 (#160)mat
2024-06-11fix incorrect varlong readermat
2024-05-14Update simdnbt dep (#148)veronoicc
2024-04-231.20.5 (#127)mat
2023-11-19Replace azalea-nbt with simdnbt (#111)mat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18replace log with tracingmat
2023-10-26remove some unnecessary code and improve docs for Menumat
2023-07-14Mining (#95)mat
2022-12-08wrap_comments = truemat
2022-12-071.19.3 (#34)mat
2022-11-12Pathfinder (#25)mat
2022-10-15fix clippy warningsmat
2022-10-07fix errors with rewritten packet readingmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-09-07why am i getting a varint errormat
2022-09-07don't panic on bad utf8mat
2022-09-04remove some debug stuff and fix recipe packetmat
2022-09-04fix chunks not being able to be readmat
2022-09-02get rid of Readable & Writable (#21)mat
2022-08-24make some code more idiomaticmat
2022-08-20Implement ALL packets (#16)mat
2022-08-06Better errors (#14)mat
2022-06-25clippomat
2022-06-25read_into -> read_frommat
2022-06-23azalea-bufmat