1
2
3
4
5
pub mod builder;
pub mod def;
pub mod text;

const MAXIMUM_TABLE_WIDTH: usize = 50;