From 4d7bf6c50eda970ac4998f10f5e46006dffb6ca2 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 30 Apr 2022 01:43:00 -0500 Subject: significantly optimize reading Vec unfortunately, this introduces the requirement of using rust nightly --- azalea-protocol/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-protocol/README.md') 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. -- cgit v1.2.3