2 releases
0.1.1 | Jul 19, 2021 |
---|---|
0.1.0 | Jul 16, 2021 |
#15 in #compound
161 downloads per month
Used in 3 crates
(via quartz_nbt)
7KB
143 lines
quartz_nbt
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