tablefi 0.3.1

Simple table to store, manipulate and format tabular data.
Documentation
1
2
3
4
5
6
7
pub mod cell;
pub mod slice;
pub mod table;

pub use cell::Cell;
pub use slice::Slice;
pub use table::Table;