valence/crates/valence_nbt
CaveNightingale ca269cd03e
Add a simple SNBT parser (#201)
To implement the hoverEvent show_item, we need an SNBT parser and a SNBT
serializer.
An SNBT parser is implemented in this commit.
2023-02-03 03:16:27 -08:00
..
src Add a simple SNBT parser (#201) 2023-02-03 03:16:27 -08:00
Cargo.toml Reorganize Packages (#180) 2022-12-29 16:51:05 -08:00
README.md Reorganize Packages (#180) 2022-12-29 16:51:05 -08:00

valence_nbt

A library for encoding and decoding Minecraft's Named Binary Tag (NBT) format.

See the documentation for more information.