owengage / fastnbt

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

Cannot parse byte arrays with `from_reader` into a `Value` #83

Closed owengage closed 1 year ago

owengage commented 1 year ago

Found while trying to load a level.dat file into a Value with from_reader. Gives the following error:

Error("invalid type: byte array, expected a borrowed byte array")