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-inventory | |
| parent | f4a3c53eee7d29bade0c074f402c4a45aa98eca8 (diff) | |
| download | azalea-drasl-7c3a5768cda78cb9590aac1e1469d36333cd95ac.tar.xz | |
polish readmes
Diffstat (limited to 'azalea-inventory')
| -rw-r--r-- | azalea-inventory/README.md | 3 | ||||
| -rw-r--r-- | azalea-inventory/src/lib.rs | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/azalea-inventory/README.md b/azalea-inventory/README.md new file mode 100644 index 00000000..8738c7e9 --- /dev/null +++ b/azalea-inventory/README.md @@ -0,0 +1,3 @@ +# `azalea-inventory` + +Representations of various inventory data structures from Minecraft. diff --git a/azalea-inventory/src/lib.rs b/azalea-inventory/src/lib.rs index 87cd61e4..e95d9ee1 100644 --- a/azalea-inventory/src/lib.rs +++ b/azalea-inventory/src/lib.rs @@ -1,5 +1,4 @@ -//! Representations of various inventory data structures in Minecraft. - +#![doc = include_str!("../README.md")] #![feature(min_specialization)] pub mod components; |
