1
0
Fork 0
mirror of https://github.com/italicsjenga/valence.git synced 2025-02-23 18:17:44 +11:00
valence/crates/valence_nbt
Ryan Johnson c9aeda7dbd
Support NBT lists of type TAG_End ()
In NBT, lists are allowed to have the element type TAG_End iff their
length is zero. This adds an explicit `List::End` enum variant to
valence_nbt.
2022-12-29 18:10:29 -08:00
..
src Support NBT lists of type TAG_End () 2022-12-29 18:10:29 -08:00
Cargo.toml Reorganize Packages () 2022-12-29 16:51:05 -08:00
README.md Reorganize Packages () 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.