diff options
| author | mat <git@matdoes.dev> | 2025-12-11 20:52:49 -1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-12 02:53:08 -0500 |
| commit | 7c3a5768cda78cb9590aac1e1469d36333cd95ac (patch) | |
| tree | acecd4f57831e0fff47a8f96a1a30f6edb8825ed /azalea-protocol/src/lib.rs | |
| parent | f4a3c53eee7d29bade0c074f402c4a45aa98eca8 (diff) | |
| download | azalea-drasl-7c3a5768cda78cb9590aac1e1469d36333cd95ac.tar.xz | |
polish readmes
Diffstat (limited to 'azalea-protocol/src/lib.rs')
| -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)] |
