hateno
#
Hateno is a compact binary serialization format heavily influenced by NBT. It was originally conceived as a thought experiment of "what if Notch dedicated more than an afternoon to designing NBT?" but I think it stands pretty well on its own.
Getting Started#
[dependencies]
hateno = "0.1.2"
Documentation#
See the specification for format details, and read the tests to get a good understanding of how the libraries work. I promise they are quite simple!
Additional crates#
Hateno also has a few additional crates:
- hateno_convert for converting NBT to Hateno.
- hateno_serde to use serde with Hateno.