diff options
| author | mat <github@matdoes.dev> | 2022-10-23 14:46:06 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-23 14:46:06 -0500 |
| commit | a9ff79a10553026b0fa32f0e31f1e0442467ca78 (patch) | |
| tree | 5ecda41c72d2202faeb70cda08aae0a9f1c17675 /azalea-client/src/lib.rs | |
| parent | 127126c2cc415887395f18119404ace362d4173a (diff) | |
| download | azalea-drasl-a9ff79a10553026b0fa32f0e31f1e0442467ca78.tar.xz | |
write more documentation
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rwxr-xr-x | azalea-client/src/lib.rs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 1ed30394..61d2d9ee 100755 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -1,4 +1,9 @@ -//! Significantly abstract azalea-protocol so it's actually useable for bots. +//! Significantly abstract [`azalea_protocol`] so it's actually useable for +//! real clients. If you want to make bots, however, you should use the +//! [`azalea`] crate instead. +//! +//! [`azalea_protocol`]: https://crates.io/crates/azalea-protocol +//! [`azalea`]: https://crates.io/crates/azalea mod account; mod chat; |
