#nbt #compound #minecraft #format #minecraft-server #compact #parses

macro quartz_nbt_macros

This crate contains the function-like procedural macro which parses quartz_nbt's compact compound format

2 releases

0.1.1 Jul 19, 2021
0.1.0 Jul 16, 2021

#14 in #compound

Download history 21/week @ 2023-12-06 19/week @ 2023-12-13 35/week @ 2023-12-20 13/week @ 2023-12-27 7/week @ 2024-01-03 16/week @ 2024-01-10 13/week @ 2024-01-17 7/week @ 2024-01-24 20/week @ 2024-01-31 16/week @ 2024-02-07 37/week @ 2024-02-14 38/week @ 2024-02-21 56/week @ 2024-02-28 58/week @ 2024-03-06 67/week @ 2024-03-13 62/week @ 2024-03-20

254 downloads per month
Used in 3 crates (via quartz_nbt)

MIT license

7KB
143 lines

quartz_nbt

Documentation Crates.io

Provides support for encoding and decoding Minecraft's NBT format. This crate supports both zlib and gz compression, and also provides tools for converting NBT data to stringified NBT (SNBT) and vice versa.

This crate is the standalone NBT crate for Quartz, a Minecraft server implementation in Rust.

Usage

View the documentation here for examples.


lib.rs:

This crate contains the function-like procedural macro which parses quartz_nbt's compact compound format.

Dependencies

~1.5MB
~35K SLoC