[go: up one dir, main page]

comfy-table 0.1.1

An easy to use library for building beautiful tables with automatic content wrapping
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
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;