Crates.io | fastsnbt |
lib.rs | fastsnbt |
version | 0.2.0 |
source | src |
created_at | 2023-05-16 07:16:46.6179 |
updated_at | 2023-09-23 10:11:29.039749 |
description | Serde deserializer for Minecraft's stringified NBT format |
homepage | |
repository | https://github.com/owengage/fastnbt |
max_upload_size | |
id | 865844 |
size | 53,380 |
Documentation: docs.rs
Fast serde deserializer and serializer for Minecraft: Java Edition's sNBT format.
Zero-copy is supported where possible through from_str
.
See fastnbt's documentation for more information.
[dependencies]
fastsnbt = "2"
fastsnbt
follows Semver, some things that this project does not count as a
breaking change are:
Changes that make fastsnbt
incompatible with WebAssembly are considered
breaking changes.
fastsnbt
tightly cooperates with
fastnbt
.
It serves more as an extension to fastnbt
than a standalone crate.
For NBT types, Value
etc. see fastnbt's docs here.