|
5ca49e680e
|
azalea-buf
|
2022-06-23 15:12:17 -05:00 |
|
|
db2fcecdc3
|
Change some generics to impl Trait
|
2022-05-01 22:58:20 -05:00 |
|
|
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 |
|
|
b03d3da659
|
inline reading in nbt decoding
|
2022-04-22 18:23:29 +00:00 |
|
|
248f752748
|
simplify error handling
|
2022-04-22 04:33:58 +00:00 |
|
|
af28b0e57a
|
reading nbt in the protocol works
|
2021-12-26 14:15:06 -06:00 |
|
|
6ae94b96e6
|
start adding nbt to the protocol
|
2021-12-20 15:22:02 -06:00 |
|
|
91a26609f7
|
make write_string its own function
|
2021-12-19 23:20:58 -06:00 |
|
|
c66dd8d833
|
make read_string its own function
|
2021-12-19 23:06:05 -06:00 |
|
|
f50cdfccfc
|
::with_capacity instead of ::new for vecs in nbt
|
2021-12-19 20:20:43 -06:00 |
|
|
55c9f58219
|
nbt tests
|
2021-12-19 13:07:54 -06:00 |
|
|
b030b9de93
|
nbt
|
2021-12-18 20:33:16 -06:00 |
|
|
76e1985fc4
|
reading nbt
|
2021-12-18 17:02:23 -06:00 |
|