hematite_nbt
hematite_nbt copied to clipboard
Add a from_slice() function for zero-copy deserialization with serde
At the moment we have only the from_reader()-based API, which only supports owned data. It would be nice to experiment with zero-copy deserialization as well.