[go: up one dir, main page]

comfy-table 0.1.1

An easy to use library for building beautiful tables with automatic content wrapping
Documentation
1
2
3
4
5
6
extern crate skeptic;

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