Add README to serde_nbt

This commit is contained in:
Ryan 2022-09-03 15:39:54 -07:00
parent 1d97d9e509
commit 2cfc483ba3

View file

@ -0,0 +1,4 @@
A Serde library for serializing and deserializing
Minecraft's [Named Binary Tag](https://minecraft.fandom.com/wiki/NBT_format) (NBT) format.
For more information, see the documentation [here](https://docs.rs/serde_nbt).