pub fn from_binary_slice(slice: &mut &[u8]) -> Result<(Compound, String), Error>
Expand description

Decodes uncompressed NBT binary data from the provided reader.

The string returned is the name of the root compound.