mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 23:26:11 +02:00
10 lines
194 B
Rust
10 lines
194 B
Rust
mod table;
|
|
mod table_theme;
|
|
mod textstyle;
|
|
mod wrap;
|
|
|
|
pub use table::{draw_table, Table};
|
|
pub use table_theme::TableTheme;
|
|
pub use textstyle::{StyledString, TextStyle};
|
|
pub use wrap::Alignment;
|