comfy-table 0.0.7

An easy to use library for building beautiful tables with automatic content wrapping
Documentation
mod cell;
mod column;
mod row;
mod table;
mod utils;
mod style;

pub use crate::cell::Cell;
pub use crate::column::Column;
pub use crate::row::Row;
pub use style::*;
pub use crate::table::Table;