aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt/src
AgeCommit message (Expand)Author
2023-11-19Replace azalea-nbt with simdnbt (#111)mat
2023-11-18replace log with tracingmat
2023-10-26remove some more #![feature]smat
2023-09-211.20.2 (#99)mat
2023-08-27use thiserror for azalea_nbt::Errormat
2023-07-20delete unused serde modulemat
2023-07-20pub use tag::* in azalea-nbtmat
2023-05-09astarmat
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-23default for nbtcompoundmat
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 enum-as-inner in nbtmat
2023-03-22use compact_str in nbtmat
2023-03-11slightly optimize azalea_nbt::Tag::idmat
2023-03-11Add RegistryHolder struct and serde features (#81)EightFactorial
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-11-09ignore bad utf8Ubuntu
2022-10-27use variables directly in format stringsmat
2022-10-15fix clippy warningsmat
2022-10-07fix errors with rewritten packet readingmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-08-24use unsigned integers for nbt lengthsmat
2022-08-24fixmat
2022-08-24optimize nbt bytearraymat
2022-08-24make some code more idiomaticmat
2022-08-19NBT decoder optimizations (#17)mat
2022-08-06Better errors (#14)mat
2022-06-25read_into -> read_frommat
2022-06-23switch things to use azalea-bufmat
2022-06-23azalea-bufmat
2022-05-26Fixesmat
2022-05-03clippymat
2022-05-03more azalea-world stuffmat
2022-05-01Change some generics to impl Traitmat
2022-05-01Reduce usage of AsyncReadmat
2022-04-24fix warnings in azalea-nbtmat
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