summaryrefslogtreecommitdiffstats
path: root/vendor/tabled/src/macros/mod.rs
blob: 7db0a9caa45507221578050a56e13148fc1e8e9a (plain)
1
2
3
4
5
6
//! This module contains macro functions for dynamic [`Table`] construction.
//!
//! [`Table`]: crate::Table

mod col;
mod row;