* nu-table: Remove unused dependencies Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com> * nu-table: Small refactoring Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com> * nu-table: Refactoring Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com> * nu-table: Refactoring alignments Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com> * nu-table: Add width check Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com> * nu-table/ Use commit instead of branch of tabled To be safe * Update Cargo.lock Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com> * nu-table: Bump tabled Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
9 lines
189 B
Rust
9 lines
189 B
Rust
mod table;
|
|
mod table_theme;
|
|
mod textstyle;
|
|
mod width_control;
|
|
|
|
pub use table::{Alignments, Table};
|
|
pub use table_theme::TableTheme;
|
|
pub use textstyle::{Alignment, StyledString, TextStyle};
|