From 9642558f8f8d983a7087f15d68be8cf07a85f0c2 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 15 Dec 2021 23:10:55 -0600 Subject: azalea --- azalea-chat/src/lib.rs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 azalea-chat/src/lib.rs (limited to 'azalea-chat/src/lib.rs') diff --git a/azalea-chat/src/lib.rs b/azalea-chat/src/lib.rs new file mode 100644 index 00000000..b7035e13 --- /dev/null +++ b/azalea-chat/src/lib.rs @@ -0,0 +1,11 @@ +//! Things for working with Minecraft chat messages. +//! This was inspired by Minecraft and prismarine-chat. + +#[macro_use] +extern crate lazy_static; + +pub mod base_component; +pub mod component; +pub mod style; +pub mod text_component; +pub mod translatable_component; -- cgit v1.2.3