aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt/src/encode.rs
AgeCommit message (Expand)Author
2023-11-19Replace azalea-nbt with simdnbt (#111)mat
2023-09-211.20.2 (#99)mat
2023-04-12fix testsmat
2023-03-24random nbt improvementsmat
2023-03-23simd number arraysmat
2023-03-23nbt lookup optimizationmat
2023-03-23polish nbt a bitmat
2023-03-23rename Tag to Nbtmat
2023-03-23make encode not a Result and small optimizationsmat
2023-03-22binary search mapmat
2023-03-22make nbt code more readable and add comparison benchmarkmat
2023-03-22optimize nbt listsmat
2023-03-22use compact_str in nbtmat
2023-02-04Use an ECS (#52)mat
2023-01-30have docs for all cratesUbuntu
2022-12-06Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)EightFactorial
2022-08-24use unsigned integers for nbt lengthsmat
2022-08-24optimize nbt bytearraymat
2022-08-19NBT decoder optimizations (#17)mat
2022-06-23switch things to use azalea-bufmat
2022-06-23azalea-bufmat
2022-05-03clippymat
2022-04-24fix writing wrong ids in nbtmat
2022-04-24remove an unused thing from dependenciesmat
2022-04-23Vec<Tag> to [Tag]Ubuntu
2022-04-23clean up some codeUbuntu
2022-04-22vroom vroommat
2022-04-22maybe optimizationmat
2022-04-22simplify nbt list optimizationmat
2022-04-22nbt optimizationsmat
2022-04-22remove some useless codemat
2022-04-22simplify error handlingmat
2021-12-20slight nbt optimizationsmat
2021-12-19make write_string its own functionmat
2021-12-19nbt testsmat
2021-12-18nbtmat
2021-12-18reading nbtmat