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-entity | |
| parent | f4a3c53eee7d29bade0c074f402c4a45aa98eca8 (diff) | |
| download | azalea-drasl-7c3a5768cda78cb9590aac1e1469d36333cd95ac.tar.xz | |
polish readmes
Diffstat (limited to 'azalea-entity')
| -rw-r--r-- | azalea-entity/README.md | 3 | ||||
| -rw-r--r-- | azalea-entity/src/lib.rs | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/azalea-entity/README.md b/azalea-entity/README.md new file mode 100644 index 00000000..f8255107 --- /dev/null +++ b/azalea-entity/README.md @@ -0,0 +1,3 @@ +# `azalea-entity` + +Features related to Minecraft entities used by Azalea. diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index d95a2f20..5bf538aa 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -1,3 +1,4 @@ +#![doc = include_str!("../README.md")] #![allow(clippy::derived_hash_with_manual_eq)] pub mod attributes; |
