Available on crate feature
nbt
only.Expand description
Module for reading and writing binary NBT streams, can be used for files and packets.
Modules§
Functions§
- from_
reader - Takes in a
Read
implementationR
and deserializes it as binary to aserde::Deserialize
implementationD
using endiannessE
. - to_
writer - Takes in a
Write
implementationW
and aserde::Serialize
implementationS
and writes it as binary in endiannessE
.