owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
186 stars 34 forks source link

Impl DerefMut for arrays #61

Closed valmyzk closed 2 years ago

valmyzk commented 2 years ago

This pull request allows arrays to be modified in-place without making copies, which makes editing and writing back large NBT tags more efficient.

owengage commented 2 years ago

Hi Valentí, definite oversight on my part. Thanks for the contribution. :)

owengage commented 2 years ago

Released in fastnbt 2.2.0