| Crates.io | luna_nbt |
| lib.rs | luna_nbt |
| version | 0.0.3 |
| created_at | 2021-03-02 21:20:46.020172+00 |
| updated_at | 2021-03-03 12:29:00.238718+00 |
| description | Another library for Minecraft's Named Binary Tag (NBT) format. |
| homepage | |
| repository | https://github.com/samhdev/luna_nbt |
| max_upload_size | |
| id | 362881 |
| size | 71,525 |
The The Named Binary Tag, is a structured binary format used by the game Minecraft for a variety of purposes such as, Player Data and World Saves as well as being used within the Minecraft Protocol.
This crate is yet another implementation of the NBT format.
Tag and Blob objects.with_serde (default) includes Serde serialisation and deserialization support.serde_boolean converts booleans to bytes during serialisation and deserialization.serde_unsigned converts unsigned to their signed counterparts during serialisation and deserialization.arrays utils for writing byte, int and long arrays. (dev branch)compression gzip and DEFLATE support. (dev branch)Place one of the following in your Cargo.Toml file:
# Stable(ish)
luna_nbt = "0.0.3"
# Master/Dev
git = "https://github.com/samhdev/luna_nbt"