owengage / fastnbt

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

Add Parser::{get_ref, get_mut, into_inner} #82

Closed valmyzk closed 1 year ago

valmyzk commented 1 year ago

Following std::io::Cursor. Allows retrieving back the original reader from the parser.

owengage commented 1 year ago

Look's fine, thank you :)