nushell/crates/nu-table/src/lib.rs
2021-09-10 14:27:12 +12:00

6 lines
115 B
Rust

mod table;
mod wrap;
pub use table::{draw_table, StyledString, Table, TextStyle, Theme};
pub use wrap::Alignment;