diff options
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] |
