azalea/azalea-protocol/README.md
mat 4d7bf6c50e significantly optimize reading Vec<u8>
unfortunately, this introduces the requirement of using rust nightly
2022-04-30 01:43:00 -05:00

398 B
Executable file

Azalea Protocol

Sent and receive Minecraft packets. You should probably use azalea or azalea-client instead.

The goal is to only support the latest Minecraft version in order to ease development.

This is not yet complete, search for TODO in the code for things that need to be done.

Unfortunately, compiling the crate requires Rust nightly because specialization is not stable yet.