diff options
| author | mat <github@matdoes.dev> | 2022-04-30 01:43:00 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-30 01:43:00 -0500 |
| commit | 4d7bf6c50eda970ac4998f10f5e46006dffb6ca2 (patch) | |
| tree | 8b677c96440dfae63132303df3fa9bf37d3bcf65 /azalea-protocol/README.md | |
| parent | c8c356685d9050d166226fb01353faba5fc00f4a (diff) | |
| download | azalea-drasl-4d7bf6c50eda970ac4998f10f5e46006dffb6ca2.tar.xz | |
significantly optimize reading Vec<u8>
unfortunately, this introduces the requirement of using rust nightly
Diffstat (limited to 'azalea-protocol/README.md')
| -rwxr-xr-x | azalea-protocol/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md index 69b28bef..99b8b8d2 100755 --- a/azalea-protocol/README.md +++ b/azalea-protocol/README.md @@ -5,3 +5,5 @@ Sent and receive Minecraft packets. You should probably use `azalea` or `azalea- 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. |
