diff options
Diffstat (limited to 'azalea-protocol/src')
| -rw-r--r-- | azalea-protocol/src/lib.rs | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/azalea-protocol/src/lib.rs b/azalea-protocol/src/lib.rs index 803f8630..dfff7da7 100644 --- a/azalea-protocol/src/lib.rs +++ b/azalea-protocol/src/lib.rs @@ -1,14 +1,4 @@ -//! A low-level crate to send and receive Minecraft packets. -//! -//! You should probably use [`azalea`] or [`azalea_client`] instead, as -//! `azalea_protocol` delegates much of the work, such as auth, to the user of -//! the crate. -//! -//! [`azalea`]: https://crates.io/crates/azalea -//! [`azalea_client`]: https://crates.io/crates/azalea-client -//! -//! See [`crate::connect::Connection`] for an example. - +#![doc = include_str!("../README.md")] // this is necessary for thiserror backtraces #![feature(error_generic_member_access)] |
