~arslee07/micronbt

Tiny C99 NBT Reading Library
fix typecast
fix UB when reading integer types
resolve warnings

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~arslee07/micronbt
read/write
git@git.sr.ht:~arslee07/micronbt

You can also use your local clone with git send-email.

micronbt
========

micronbt is a tiny Named Binary Tag parser written in C99 and (optionally)
dependent only on libc for dynamic memory allocation. It can be easily embedded
into any project by simply copying micronbt.c and micronbt.h.

Currently the library can only read data. It is also currently only supported
for little-endian CPU architectures. Man-page documentation is planned, see
examples for now.

See NBT.txt and https://wiki.vg/NBT for the specification.
Do not follow this link