1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/azalea-protocol
2022-05-03 18:20:24 +00:00
..
packet-macros clippy 2022-05-03 18:20:24 +00:00
src clippy 2022-05-03 18:20:24 +00:00
Cargo.toml Reduce usage of AsyncRead 2022-05-01 21:54:03 -05:00
README.md mor echunk stuff 2022-05-03 18:03:10 +00:00

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, using azalea-protocol requires Rust nightly because specialization is not stable yet. Use rustup default nightly to enable it.