owengage / fastnbt

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

feat(fastnbt): add `from_reader_with_opts` #116

Closed devwckd closed 3 months ago

devwckd commented 3 months ago

This little quality of life PR:

  • Adds the method fastnbt::from_reader_with_opts since for some reason creating a Deserializer by hand wasn't working due to some private types.
owengage commented 3 months ago

Nice, thank you. 👍