aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity')
-rw-r--r--azalea-entity/README.md3
-rw-r--r--azalea-entity/src/lib.rs1
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;