aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/README.md
blob: 99b8b8d2b5ca3784c91b4efed430bdf14d47cd9d (plain)
1
2
3
4
5
6
7
8
9
# 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.