An open API service indexing awesome lists of open source software.

https://github.com/oxidized-mc/nbt

Complete Minecraft NBT codec — binary reader/writer, SNBT, serde integration, gzip/zlib I/O
https://github.com/oxidized-mc/nbt

codec minecraft minecraft-java named-binary-tag nbt open-source oxidized-mc rust serde

Last synced: 15 days ago
JSON representation

Complete Minecraft NBT codec — binary reader/writer, SNBT, serde integration, gzip/zlib I/O

Awesome Lists containing this project

README

          

# oxidized-nbt

[![CI](https://github.com/oxidized-mc/nbt/actions/workflows/ci.yml/badge.svg)](https://github.com/oxidized-mc/nbt/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Complete Minecraft NBT codec — binary reader/writer, SNBT parser, serde integration, gzip/zlib I/O, memory accounting

Part of the [Oxidized MC](https://github.com/oxidized-mc) ecosystem — a Minecraft Java Edition
implementation in Rust.

## License

Licensed under the [MIT License](LICENSE).

## Contributing

Contributions are welcome! Please see the [Oxidized MC](https://github.com/oxidized-mc) organization
for project-wide guidelines.