Crates.io | valence_nbt |
lib.rs | valence_nbt |
version | 0.8.0 |
source | src |
created_at | 2022-09-20 01:03:39.396664 |
updated_at | 2023-10-09 22:47:08.068349 |
description | Minecraft's Named Binary Tag (NBT) format. |
homepage | |
repository | https://github.com/valence-rs/valence |
max_upload_size | |
id | 669484 |
size | 170,211 |
A library for encoding and decoding Minecraft's Named Binary Tag (NBT) format.
binary
: Adds support for serializing and deserializing in Java edition's binary format.snbt
: Adds support for serializing and deserializing in "stringified" format.preserve_order
: Causes the order of fields in [Compound
]s to be
preserved during insertion and deletion at a slight cost to performance.
The iterators on Compound
can then implement [DoubleEndedIterator
].serde
Adds support for serde