/nbtdoc-kt

Primary LanguageKotlinApache License 2.0Apache-2.0

nbtdoc

nbtdoc is a schema format for describing an NBT format. The format of nbtdocs are a lot like Rust's structs. This library is based on nbtdoc_rs which is considered the "source" library for the format, and any library wishing to parse nbtdocs should use that library as a reference implementation.

License

Licensed under Apache License, Version 2.0 (LICENSE.md or http://www.apache.org/licenses/LICENSE-2.0)