Registry / serialization / hematite-nbt

hematite-nbt

JSON →
library0.5.2rscratesunverified

A full-featured library for working with Minecraft's Named Binary Tag (NBT) file format, including Serde support.

# Cargo.toml [dependencies] hematite-nbt = "0.5.2"
INSTALL
IMPORT
SIG · HEMATITE-NBT
H
hematite-nbt
serializationrustv0.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Blob
use hematite_nbt::Blob;

Reads an NBT blob from a byte stream.

use hematite_nbt::Blob; use std::io::Cursor; fn main() { let data = vec![0x0a, 0x00, 0x00]; // minimal NBT let blob = Blob::from_reader(&mut Cursor::new(data)).unwrap(); println!("NBT blob: {:?}", blob); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hematite-nbt — cargo add hematite-nbt · libregistry