nushell/crates/nu-table/src/lib.rs

6 lines
115 B
Rust
Raw Normal View History

2021-09-10 02:27:12 +00:00
mod table;
mod wrap;
pub use table::{draw_table, StyledString, Table, TextStyle, Theme};
pub use wrap::Alignment;