mirror of
https://github.com/nushell/nushell
synced 2025-01-25 11:25:21 +00:00
fcbaefed52
* WIP * Get ready to land nu-table * Remove unwrap
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;
|