mirror of
https://github.com/nushell/nushell.git
synced 2025-04-11 06:48:31 +02:00
6 lines
115 B
Rust
6 lines
115 B
Rust
mod table;
|
|
mod wrap;
|
|
|
|
pub use table::{draw_table, StyledString, Table, TextStyle, Theme};
|
|
pub use wrap::Alignment;
|