azalea/azalea-nbt
mat 567c6f4f2c Reduce usage of AsyncRead
We already receive everything from the server when it tells us the length, so we can actually just treat the stream as a Read instead of an AsyncRead.
2022-05-01 21:54:03 -05:00
..
benches Reduce usage of AsyncRead 2022-05-01 21:54:03 -05:00
src Reduce usage of AsyncRead 2022-05-01 21:54:03 -05:00
tests Reduce usage of AsyncRead 2022-05-01 21:54:03 -05:00
Cargo.toml Reduce usage of AsyncRead 2022-05-01 21:54:03 -05:00
README.md simplify nbt list optimization 2022-04-22 18:03:57 +00:00

Azalea NBT

A fast NBT serializer and deserializer.