mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 05:49:17 +00:00
5 lines
115 B
Rust
5 lines
115 B
Rust
mod table;
|
|
mod wrap;
|
|
|
|
pub use table::{draw_table, StyledString, Table, TextStyle, Theme};
|
|
pub use wrap::Alignment;
|