aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat/src/lib.rs
blob: fd26ee4fcb3bc5bf520529ea87cfcc74ddef51fc (plain)
1
2
3
4
5
6
7
8
9
10
//! Things for working with Minecraft chat messages.
//! This was inspired by Minecraft and prismarine-chat.

pub mod base_component;
mod component;
pub mod style;
pub mod text_component;
pub mod translatable_component;

pub use component::Component;