azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
371 stars 47 forks source link

Reduce usage of AsyncRead #4

Closed mat-1 closed 2 years ago

mat-1 commented 2 years ago

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.