hateno

Crates.iohateno
lib.rshateno
version0.1.2
created_at2025-08-20 19:22:37.925752+00
updated_at2025-08-20 19:50:43.290477+00
descriptionA compact binary serialization format with built-in compression
homepage
repositoryhttps://tangled.sh/@kokirigla.de/hateno
max_upload_size
id1803875
size68,912
(kokiriglade)

documentation

README

hateno crates.io version License Deps.rs Crate Dependencies (latest) docs.rs

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:

Commit count: 0

cargo fmt