named-binary-tag 0.2.0

Format is used by minecraft for the various files in which it saves data
Documentation
[package]

name = "named-binary-tag"

version = "0.2.0"

authors = ["vagola <vladislavs.golubs@yandex.ru>"]

description = "Format is used by minecraft for the various files in which it saves data"

edition = "2018"

license = "MIT"

homepage = "https://github.com/eihwaz/named-binary-tag"

repository = "https://github.com/eihwaz/named-binary-tag"

keywords = ["minecraft", "nbt", "io"]



[lib]

name = "nbt"



[dependencies]

byteorder = "1.3"

linked-hash-map = "0.5"

flate2 = "1.0"