cliform 0.1.0

A simple way to format the output of your cli application.
Documentation
1
2
3
4
5
6
7
mod grid;
mod table;
mod tree;

pub use grid::Grid;
pub use table::Table;
pub use tree::{Tree, TreeStyle};