aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat/src/lib.rs
blob: d6ff72855b36a5171c889b481a2c87fb2edaafc2 (plain)
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]

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

pub use component::FormattedText;