Add a very silly table

This commit is contained in:
JT
2021-09-10 14:27:12 +12:00
parent 0694245ccd
commit 26d50ebcd5
13 changed files with 1840 additions and 0 deletions

View File

@ -0,0 +1,5 @@
mod table;
mod wrap;
pub use table::{draw_table, StyledString, Table, TextStyle, Theme};
pub use wrap::Alignment;