1//! This module contains macro functions for dynamic [`Table`] construction. 2//! 3//! [`Table`]: crate::Table 4 5mod col; 6mod row;