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

6 lines
115 B
Rust
Raw Normal View History

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