azalea/azalea-client
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
..
src Reduce usage of AsyncRead 2022-05-01 21:54:03 -05:00
Cargo.toml Simplify packet macro 2022-04-30 23:04:18 -05:00
README.md clientbound_add_entity_packet & clientbound_set_entity_data_packet 2022-05-01 13:51:59 -05:00

Azalea Client

A library that can mimic everything a normal Minecraft client can do. If you want to make a bot with higher-level functions, you should use the azalea crate instead.