owengage / fastnbt

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

Make `input::Reader` and `input::Slice` public internally #119

Closed JieningYu closed 2 months ago

JieningYu commented 2 months ago

Other crates could not access those types directly, but compared with previous code, this won't cause compiler error when calling Deserializer::from_bytes and Deserializer::from_reader.