Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

valence-rs/valence_nbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

valence_nbt

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

Features

  • binary: Serialize and deserialize in Java edition's binary format.
  • snbt: Serialize and deserialize in "stringified" format.
  • preserve_order: Preserve the order of fields in Compounds during insertion and deletion. The iterators on Compound then implement DoubleEndedIterator.
  • serde: Adds support for serde
  • java_string: Adds support for Java-compatible strings via the java_string crate.

About

Valence's NBT library, extracted from https://github.com/valence-rs/valence/pull/599

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages