diff options
| author | mat <git@matdoes.dev> | 2025-12-15 14:59:26 +0700 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-15 14:59:26 +0700 |
| commit | 0569ffd2d85585eb69de9068ab3f62e768bce4e7 (patch) | |
| tree | e20d7faf8df7ede4eb3f52d3223b27782a964be0 /azalea-client/src/lib.rs | |
| parent | 232f1a434406d77dc5ef1d19edcdf006e32491e8 (diff) | |
| download | azalea-drasl-0569ffd2d85585eb69de9068ab3f62e768bce4e7.tar.xz | |
write/update docs for several items
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rw-r--r-- | azalea-client/src/lib.rs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 6d216b2b..cff0b03a 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -1,10 +1,4 @@ -//! Significantly abstract [`azalea_protocol`] so it's actually useable for -//! real clients. If you want to make bots, you should use the -//! [`azalea`] crate instead. -//! -//! [`azalea_protocol`]: https://docs.rs/azalea-protocol -//! [`azalea`]: https://docs.rs/azalea - +#![doc = include_str!("../README.md")] #![feature(error_generic_member_access)] #![feature(never_type)] |
