{"id":57582,"library":"comfy-table","title":"Comfy Table","description":"An easy to use library for building beautiful tables with automatic content wrapping.","status":"active","version":"7.2.2","language":"rust","source_language":null,"source_url":"https://github.com/nukesor/comfy-table","tags":["table","terminal","formatting","cli"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ncomfy-table = \"7.2.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add comfy-table","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Table","correct":"use comfy_table::Table;"}],"quickstart":{"code":"use comfy_table::Table;\n\nfn main() {\n    let mut table = Table::new();\n    table.set_header(vec![\"Header1\", \"Header2\"]);\n    table.add_row(vec![\"Row1 Col1\", \"Row1 Col2\"]);\n    println!(\"{}\", table);\n}","lang":"rust","description":"Creates a simple table with headers and rows."},"warnings":[],"env_vars":null,"search_vec":"'automat':13 'beauti':10 'build':9 'cli':19 'comfi':1 'content':14 'easi':4 'format':18 'librari':7 'tabl':2,11,16 'termin':17 'use':6 'wrap':15","created_at":"2026-06-16T15:49:39.482398+00:00","updated_at":"2026-06-16T15:49:39.482398+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/nukesor/comfy-table","github":"https://github.com/nukesor/comfy-table","docs":"https://docs.rs/comfy-table/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}