mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 12:01:06 +02:00
Add a very silly table
This commit is contained in:
5
crates/nu-table/src/lib.rs
Normal file
5
crates/nu-table/src/lib.rs
Normal file
@ -0,0 +1,5 @@
|
||||
mod table;
|
||||
mod wrap;
|
||||
|
||||
pub use table::{draw_table, StyledString, Table, TextStyle, Theme};
|
||||
pub use wrap::Alignment;
|
Reference in New Issue
Block a user