Module nbt::serialize::raw
[−]
[src]
Contains raw, primitive functions for serializing and deserializing basic Named Binary Tag types.
This submodule is not intended for general use, but is exposed for those interested in writing fast NBT encoding/decoding by hand, where it may be quite useful.
For the higher-level abstraction over these primitives, see the
NbtFmt
trait in the parent module.