valence/crates/valence_nbt/README.md
Ryan Johnson 2597e92b8f
Reorganize Packages (#180)
Moves all the packages to the `crates/` directory.
2022-12-29 16:51:05 -08:00

9 lines
255 B
Markdown

# valence_nbt
A library for encoding and decoding Minecraft's [Named Binary Tag] (NBT) format.
See the [documentation] for more information.
[Named Binary Tag]: https://minecraft.fandom.com/wiki/NBT_format
[documentation]: https://docs.rs/valence_nbt/