Crate nbt[−][src]
Expand description
MC Named Binary Tag type.
Modules
de | Deserialize Named Binary Tag data to a Rust data structure. |
ser | Serialize a Rust data structure into Named Binary Tag data. |
Structs
Blob | A generic, complete object in Named Binary Tag format. |
Map | A hash map implemented with quadratic probing and SIMD lookup. |
Enums
Error | Errors that may be encountered when constructing, parsing, or encoding
|
Value | Values which can be represented in the Named Binary Tag format. |
Functions
from_gzip_reader | Decode an object from Named Binary Tag (NBT) format. |
from_reader | Decode an object from Named Binary Tag (NBT) format. |
from_zlib_reader | Decode an object from Named Binary Tag (NBT) format. |
i8_array | This function provides serde serialization support for NBT type |
i32_array | This function provides serde serialization support for NBT type |
i64_array | This function provides serde serialization support for NBT type |
to_gzip_writer | Encode |
to_writer | Encode |
to_zlib_writer | Encode |
Type Definitions
Result | A convenient alias type for results when reading/writing the Named Binary Tag format. |