//! A library to create formatted plain-text tables.
//!//! See [`Grid`] (High Level API) or [`GridBuf`] (Low Level API) for details.
#![doc(html_root_url ="https://docs.rs/text-grid/0.1.0")]modcell;modgrid;modgrid_buf;pubuseself::cell::*;pubuseself::grid::*;pubuseself::grid_buf::*;