forked from extern/nushell
fcbaefed52
* WIP * Get ready to land nu-table * Remove unwrap
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;
|