tabled 0.9.0

An easy to use library for pretty print tables of Rust `struct`s and `enum`s.
1
2
3
4
5
6
//! This module contains macro functions for dynamic [`Table`] construction.
//!
//! [`Table`]: crate::Table

mod col;
mod row;