[][src]Crate fastnbt

Aims to allow fast parsing of NBT and Anvil data from Minecraft: Java Edition.

Some examples can be found in nbt::Parser's documentation. The fastnbt-tools crate contains executables based on this crate which might serve as more complex examples.

Both this crate and the tools crate are under one fastnbt Github repository

Modules

anvil

For handling Minecraft's region format, Anvil.

nbt

For handling NBT data, which Minecraft uses for most data storage.