owengage / fastnbt

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

fastanvil's Error does not implement std::error::Error #22

Closed Aeledfyr closed 3 years ago

Aeledfyr commented 3 years ago

fastanvil::Error does not implement std::error::Error, making it incompatible with many error handling strategies. It would also be nice to have a Display implementation, as required by std::error::Error, so that the error messages would be readable.

owengage commented 3 years ago

Oversight on my part. Publishing 0.15.0 which adds this impl. Thanks for raising it!