valence_nbt

Crates.iovalence_nbt
lib.rsvalence_nbt
version0.8.0
sourcesrc
created_at2022-09-20 01:03:39.396664
updated_at2023-10-09 22:47:08.068349
descriptionMinecraft's Named Binary Tag (NBT) format.
homepage
repositoryhttps://github.com/valence-rs/valence
max_upload_size
id669484
size170,211
Ryan Johnson (rj00a)

documentation

https://docs.rs/valence_nbt/

README

valence_nbt

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

Features

  • 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
Commit count: 558

cargo fmt