diff --git a/serde_nbt/README.md b/serde_nbt/README.md index e69de29..a5d9b44 100644 --- a/serde_nbt/README.md +++ b/serde_nbt/README.md @@ -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).