mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
2cd8bd2195
* Replace HashMap with BTreeMap in valence_nbt Turns out that `BTreeMap`s are a bit faster when the element count is low. This change also makes debugging compounds a bit easier since the elements are displayed in sorted order. * Simplify read_list function slightly |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
valence_nbt
A library for encoding and decoding Minecraft's Named Binary Tag (NBT) format.
See the documentation for more information.