simdnbt
simdnbt copied to clipboard
an unnecessarily fast nbt serializer and deserializer
ListList, CompoundList, and their iterators aren't public outside the crate itself, making them inaccessible to the user. These are the only instances I've checked so I'd recommend a more comprehensive...
https://github.com/azalea-rs/azalea/issues/131#issuecomment-2504790332 Maybe look into the pulp crate?
simdnbt has a method intended for reading network NBT (`read_unnamed`), but no method for writing network NBT, unless the preferred method is to just to use `read_compound` and `NbtCompound::write`, which...