azalea_chat/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub mod base_component;
4mod component;
5#[cfg(feature = "numbers")]
6pub mod numbers;
7pub mod style;
8pub mod text_component;
9pub mod translatable_component;
10
11pub use component::FormattedText;