hematite_nbt icon indicating copy to clipboard operation
hematite_nbt copied to clipboard

Add a from_slice() function for zero-copy deserialization with serde

Open atheriel opened this issue 7 years ago • 0 comments

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.

atheriel avatar Oct 14 '18 20:10 atheriel