diff options
| author | mat <github@matdoes.dev> | 2021-12-08 00:41:42 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-08 00:41:42 -0600 |
| commit | c16d55ccddd741057bf532bd946b2854dc208c65 (patch) | |
| tree | e6ae8af47e1931ef98ea55913831197b8e65a7ee /minecraft-chat/src/lib.rs | |
| parent | 4a44c58444c901d939a8594669c819ab2bfbac13 (diff) | |
| download | azalea-drasl-c16d55ccddd741057bf532bd946b2854dc208c65.tar.xz | |
start adding minecraft-chat
Diffstat (limited to 'minecraft-chat/src/lib.rs')
| -rw-r--r-- | minecraft-chat/src/lib.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/minecraft-chat/src/lib.rs b/minecraft-chat/src/lib.rs index 31e1bb20..cc887f66 100644 --- a/minecraft-chat/src/lib.rs +++ b/minecraft-chat/src/lib.rs @@ -1,3 +1,11 @@ +//! Things for working with Minecraft chat messages. + +pub mod base_component; +pub mod component; +pub mod mutable_component; +pub mod text_component; +pub mod translatable_component; + #[cfg(test)] mod tests { #[test] |
