nushell/crates/nu-table/src/lib.rs
2022-02-07 14:54:06 -05:00

6 lines
115 B
Rust

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