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

9 lines
189 B
Rust
Raw Normal View History

mod table;
2022-05-16 17:35:57 +02:00
mod table_theme;
mod textstyle;
mod width_control;
pub use table::{Alignments, Table};
2022-05-16 17:35:57 +02:00
pub use table_theme::TableTheme;
pub use textstyle::{Alignment, StyledString, TextStyle};