comfy-table 0.0.7

An easy to use library for building beautiful tables with automatic content wrapping
Documentation
extern crate skeptic;

fn main() {
    // generates doc tests for `README.md`.
    skeptic::generate_doc_tests(&["README.md"]);
}