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
- Host: GitHub
- URL: https://github.com/oxidized-mc/nbt
- Owner: oxidized-mc
- License: mit
- Created: 2026-04-02T13:14:28.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2026-04-02T16:03:39.000Z (23 days ago)
- Last Synced: 2026-04-03T02:43:32.550Z (22 days ago)
- Topics: codec, minecraft, minecraft-java, named-binary-tag, nbt, open-source, oxidized-mc, rust, serde
- Language: Rust
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# oxidized-nbt
[](https://github.com/oxidized-mc/nbt/actions/workflows/ci.yml)
[](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.